module GoogleMapsApi::Geocoding
Defined in:
google_maps_api/geocoding.crClass Method Summary
-
.address_search(address : String, opts = {} of Symbol => String)
Performs an address search with the specified address, returns an Array of StreetAddresses
-
.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
-
.place_search(place_id : String, opts = {} of Symbol => String)
Performs a place search with the specified place_id, returns an Array of StreetAddresses
Class Method Detail
Performs an address search with the specified address, returns an Array of StreetAddresses
def self.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
Performs a place search with the specified place_id, returns an Array of StreetAddresses