class DetransportTelegram::DetransportAPI::Stops

Included Modules

Defined in:

detransport_telegram/detransport_api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def get_by_id(stop_id : String) #

[View source]
def nearest_to(latitude : Float64, longitude : Float64, count = 5) #

[View source]
def similar_to(name : String, count = 9) #

[View source]
def stops : Array(Stop) #

[View source]
def stops=(stops : Array(Stop)) #

[View source]