Geospatial.Providers.Pelias (geospatial v0.2.0)
Pelias backend.
Doesn't provide type of POI.
Link to this section Summary
Functions
Pelias implementation for Geospatial.Providers.Provider.geocode/3
.
Pelias implementation for Geospatial.Providers.Provider.get_by_id/2
.
Pelias implementation for Geospatial.Providers.Provider.search/2
.
Link to this section Functions
Link to this function
add_parameter(url, options, key)
Link to this function
geocode(lon, lat, options \\ [])
@spec geocode(number(), number(), keyword()) :: [Geospatial.Address.t()]
Pelias 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()]
Pelias implementation for Geospatial.Providers.Provider.get_by_id/2
.
Link to this function
search(q, options \\ [])
@spec search( String.t(), keyword() ) :: [Geospatial.Address.t()]
Pelias implementation for Geospatial.Providers.Provider.search/2
.