Geospatial.Providers.GoogleMaps (geospatial v0.2.0)
Google Maps Geocoding service. Only works with addresses.
Note: Endpoint is hardcoded to Google Maps API.
Link to this section Summary
Functions
Google Maps implementation for Geospatial.Providers.Provider.geocode/3
.
Google Maps implementation for Geospatial.Providers.Provider.get_by_id/2
.
Google Maps implementation for Geospatial.Providers.Provider.search/2
.
Link to this section Functions
Link to this function
geocode(lon, lat, options \\ [])
@spec geocode(float(), float(), keyword()) :: [Geospatial.Address.t()]
Google Maps implementation for Geospatial.Providers.Provider.geocode/3
.
Link to this function
get_by_id(id, options \\ [])
@spec get_by_id( String.t(), keyword() ) :: [Geospatial.Address.t()]
Google Maps implementation for Geospatial.Providers.Provider.get_by_id/2
.
Link to this function
search(q, options \\ [])
@spec search( String.t(), keyword() ) :: [Geospatial.Address.t()]
Google Maps implementation for Geospatial.Providers.Provider.search/2
.