selectStation

fun selectStation(name: String)

Select station based on the marker title the use has selected in the map fragment. Used to change the selectedStation and visualize information about the selected station.

Parameters

name

The title of the marker which the user selected. Used to match a station by its name in the stations collection.