GoogleMapsForwardEndpoint

class GoogleMapsForwardEndpoint(apiKey: String, parameters: GoogleMapsParameters = GoogleMapsParameters()) : HttpApiEndpoint<String, List<Coordinates>>

A ForwardEndpoint that uses the Google Maps Geocoding API.

Constructors

Link copied to clipboard
constructor(apiKey: String, block: GoogleMapsParametersBuilder.() -> Unit)

Creates a new GoogleMapsForwardEndpoint with the given API key.

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

Functions

Link copied to clipboard
open suspend override fun mapResponse(response: HttpResponse): List<Coordinates>
Link copied to clipboard
open override fun url(param: String): String