getStationWithOption

fun getStationWithOption(key: String, value: Any): Station?

Retrieve the first station that has an option entry that matches the given key and value.

Return

matching station or null

Parameters

key

option name

value

option value

fun getStationWithOption(key: String): Station?

Retrieve the first station that has an option key with the given name.

Return

matching station or null

Parameters

key

name of Station option key to search for