module Gmaps

Overview

Represents the result of a directions request to the Google Maps API.

Contains geocoded waypoints and route information. The routes contain legs, which have steps with turn-by-turn directions. Polylines encode the paths between locations.

Defined in:

app.cr
gmaps/client.cr
gmaps/config.cr
gmaps/coordinate_parser.cr
gmaps/direction_result.cr
gmaps/directions_reporter.cr
gmaps/exceptions.cr
gmaps/lat_lon.cr
gmaps/location_result.cr
gmaps/static_map.cr

Constant Summary

ROOT = Path["."].parent.expand

Class Method Summary

Class Method Detail

def self.config #

[View source]
def self.get_api_key : String | Nil #

[View source]