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