getAllStationsWithOption

fun getAllStationsWithOption(key: String, value: Any): StationList

Return a list that contains all the stations with options that match the provided key and value pair.

Return

a list with all matching stations

Parameters

key

name of Station option key to search for

value

matching value of Station option key to search for

fun getAllStationsWithOption(key: String): StationList

Return a list that contains all the station that have an option with the provided key

Return

a list with all matching stations

Parameters

key

name of a Station option key to look for