module

GoogleMapsApi::Geocoding

Class methods

address_search(address : String, opts = {} of Symbol => String)

Performs an address search with the specified address, returns an Array of StreetAddresses

Source
latlng_search(lat : String | Float64, lng : String | Float64, opts = {} of Symbol => String)

Performs a latlng serach with the passed lat and lng, returns an Array of StreetAddresses

Source
place_search(place_id : String, opts = {} of Symbol => String)

Performs a place search with the specified place_id, returns an Array of StreetAddresses

Source