module GoogleMapsApi::Geocoding

Defined in:

google_maps_api/geocoding.cr

Class Method Summary

Class Method Detail

def self.address_search(address : String, opts = {} of Symbol => String) #

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


[View source]
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


[View source]
def self.place_search(place_id : String, opts = {} of Symbol => String) #

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


[View source]