class Gmaps::AsciidocFormatter
- Gmaps::AsciidocFormatter
- Gmaps::DirectionsFormatter
- Reference
- Object
Defined in:
gmaps/directions_reporter.crConstructors
Instance Method Summary
- #converter : HtmlToAsciiDoc
- #output_driving_directions(name : String, leg : Gmaps::Leg, io : String | IO, heading_level : Int32 = 1)
- #output_report(hospital, route, io, heading_level : Int32 = 3)
- #print_steps(io, steps)
Instance methods inherited from class Gmaps::DirectionsFormatter
output_report(hospital : Gmaps::Hospital, route : Gmaps::Route, io : String | IO, heading_level : Int32 = 1)
output_report
Constructor Detail
Instance Method Detail
def output_driving_directions(name : String, leg : Gmaps::Leg, io : String | IO, heading_level : Int32 = 1)
#