View Source Mobilizon.Service.Geospatial.GoogleMaps (Mobilizon v3.0.3)
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 Mobilizon.Service.Geospatial.Provider.geocode/3
.
Google Maps implementation for Mobilizon.Service.Geospatial.Provider.search/2
.
Link to this section Functions
@spec geocode(float(), float(), keyword()) :: [Mobilizon.Addresses.Address.t()]
Google Maps implementation for Mobilizon.Service.Geospatial.Provider.geocode/3
.
@spec search( String.t(), keyword() ) :: [Mobilizon.Addresses.Address.t()]
Google Maps implementation for Mobilizon.Service.Geospatial.Provider.search/2
.