TTMSFNCRouteCalculator.GetGeocoding Method
Requests geocoding for an address.
API unit family: TMSFNCRoutecalculator
Declaring type: TTMSFNCRouteCalculator
Inherited from: TTMSFNCCustomRouteCalculator
Syntax
procedure GetGeocoding(AAddress: string; ACallback: TTMSFNCGeocodingGetGeocodingCallBack = nil; AID: string = ''; ADataPointer: Pointer = nil); virtual;
Parameters
| Name | Description |
|---|---|
AAddress |
Address or place text to geocode. |
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. |