TTMSFNCRouteCalculator.UpdateRouteSegmentStartAddress Method
Updates route segment start address.
API unit family: TMSFNCRoutecalculator
Declaring type: TTMSFNCRouteCalculator
Inherited from: TTMSFNCCustomRouteCalculator
Syntax
procedure UpdateRouteSegmentStartAddress(ASegment: TTMSFNCRouteCalculatorSegment; AStartAddress: string; ACallback: TTMSFNCRouteCalculatorCalculateRouteCallback = nil; AID: string = ''; ADataPointer: Pointer = nil); overload; virtual;
Parameters
| Name | Description |
|---|---|
ASegment |
The segment value. |
AStartAddress |
Start address or place text for the route. |
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. |