OpenCageForwardEndpoint

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

Creates a new OpenCageForwardEndpoint with the given API key.

Parameters

apiKey

The API key to use for the OpenCage Geocoding API.

block

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


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