MapboxReverseEndpoint
class MapboxReverseEndpoint(apiKey: String, parameters: MapboxParameters = MapboxParameters()) : HttpApiEndpoint<Coordinates, List<Place>>
A ReverseEndpoint that uses the Mapbox Geocoding API.
Constructors
Link copied to clipboard
Creates a new MapboxReverseEndpoint with the given API key.