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