Geospatial.Providers.GoogleMaps (geospatial v0.3.0)

Google Maps Geocoding service. Only works with addresses.

Note: Endpoint is hardcoded to Google Maps API.

Summary

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.