View Source Geospatial.Providers.GoogleMaps (Geospatial v0.3.2)
Google Maps Geocoding service. Only works with addresses.
Note: Endpoint is hardcoded to Google Maps API.
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
.
Functions
@spec geocode(float(), float(), keyword()) :: [Geospatial.Address.t()]
Google Maps implementation for Geospatial.Providers.Provider.geocode/3
.
@spec get_by_id( String.t(), keyword() ) :: [Geospatial.Address.t()]
Google Maps implementation for Geospatial.Providers.Provider.get_by_id/2
.
@spec search( String.t(), keyword() ) :: [Geospatial.Address.t()]
Google Maps implementation for Geospatial.Providers.Provider.search/2
.