getStationWithName

fun getStationWithName(name: String): Station?

Retrieve the first station whose Station.name matches the provided name.

Return

the matching station or null

Parameters

name

station name to search for