class DetransportTelegram::DetransportAPI::Stops
- DetransportTelegram::DetransportAPI::Stops
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
detransport_telegram/detransport_api.crConstructors
Instance Method Summary
- #get_by_id(stop_id : String)
- #nearest_to(latitude : Float64, longitude : Float64, count = 5)
- #similar_to(name : String, count = 9)
- #stops : Array(Stop)
- #stops=(stops : Array(Stop))