class Gmaps::Step

Included Modules

Defined in:

gmaps/direction_result.cr

Constructors

Instance Method Summary

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) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def distance : StepValue #

[View source]
def duration : StepValue #

[View source]
def end_location : Location #

[View source]
def html_instructions : String #

[View source]
def polyline : Polyline #

[View source]
def start_location : Location #

[View source]
def travel_mode : String #

[View source]