TTMSFNCCustomRouteCalculator.GetReverseGeocoding Method
Requests reverse geocoding for a coordinate.
API unit family: TMSFNCRoutecalculator
Declaring type: TTMSFNCCustomRouteCalculator
Syntax
procedure GetReverseGeocoding(ACoordinates: TTMSFNCMapsCoordinateRec; ACallback: TTMSFNCGeocodingGetReverseGeocodingCallBack = nil; AID: string = ''; ADataPointer: Pointer = nil); virtual;
Parameters
| Name | Description |
|---|---|
ACoordinates |
Coordinates used by the operation. |
ACallback |
Optional callback invoked when the service response is available. |
AID |
Optional caller-defined request identifier. |
ADataPointer |
Optional caller-defined pointer passed through the request. |