View Source Mobilizon.Service.Geospatial.GoogleMaps (Mobilizon v5.0.0-beta.1)

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 \\ [])

View Source
@spec geocode(float(), float(), keyword()) :: [Mobilizon.Addresses.Address.t()]

Google Maps implementation for Mobilizon.Service.Geospatial.Provider.geocode/3.

Link to this function

search(q, options \\ [])

View Source
@spec search(
  String.t(),
  keyword()
) :: [Mobilizon.Addresses.Address.t()]

Google Maps implementation for Mobilizon.Service.Geospatial.Provider.search/2.