GoogleMapsReverseEndpoint
class GoogleMapsReverseEndpoint(apiKey: String, parameters: GoogleMapsParameters = GoogleMapsParameters()) : HttpApiEndpoint<Coordinates, List<Place>>
A ReverseEndpoint that uses the Google Maps Geocoding API.
Constructors
Link copied to clipboard
Creates a new GoogleMapsReverseEndpoint with the given API key.