reverseGeocode
reverseGeocode
FunctionreverseGeocode(coords: IPoint | ILocation | [void, void], requestOptions?: IEndpointOptions): Promise<IReverseGeocodeResponse>
Used to determine the address of a location.
Parameters
Parameter | Type | Notes |
---|---|---|
coords | IPoint | ILocation | [void, void] | |
request | IEndpointOptions | Additional options for the request including authentication. |
Returns
Promise<IReverseGeocodeResponse>
A Promise that will resolve with the data from the response.