MapboxForwardEndpoint

constructor(apiKey: String, block: MapboxParametersBuilder.() -> Unit)

Creates a new MapboxForwardEndpoint with the given API key.

Parameters

apiKey

The API key to use for the Mapbox Geocoding API.

block

A block to configure the parameters for the Mapbox Geocoding API.


constructor(apiKey: String, parameters: MapboxParameters = MapboxParameters())