GoogleMapsForwardEndpoint

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

Creates a new GoogleMapsForwardEndpoint with the given API key.

Parameters

apiKey

The API key to use for the Google Maps Geocoding API.

block

A block to configure the parameters for the Google Maps Geocoding API.


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