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
Creates a new GoogleMapsForwardEndpoint with the given API key.