class Gmaps::Step
- Gmaps::Step
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
gmaps/direction_result.crConstructors
- .new(distance : Gmaps::StepValue, duration : Gmaps::StepValue, end_location : Gmaps::Location, html_instructions : String, polyline : Gmaps::Polyline, start_location : Gmaps::Location, travel_mode : String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #distance : StepValue
- #duration : StepValue
- #end_location : Location
- #html_instructions : String
- #polyline : Polyline
- #start_location : Location
- #travel_mode : String
Constructor Detail
def self.new(distance : Gmaps::StepValue, duration : Gmaps::StepValue, end_location : Gmaps::Location, html_instructions : String, polyline : Gmaps::Polyline, start_location : Gmaps::Location, travel_mode : String)
#