TTMSFNCCustomRouteCalculator.UpdateRouteSegmentStartCoordinate Method
Updates route segment start coordinate.
API unit family: TMSFNCRoutecalculator
Declaring type: TTMSFNCCustomRouteCalculator
Syntax
procedure UpdateRouteSegmentStartCoordinate(ASegment: TTMSFNCRouteCalculatorSegment; AStartCoordinate: TTMSFNCMapsCoordinateRec; ACallback: TTMSFNCRouteCalculatorCalculateRouteCallback = nil; AID: string = ''; ADataPointer: Pointer = nil); overload; virtual;
Parameters
| Name | Description |
|---|---|
ASegment |
The segment value. |
AStartCoordinate |
Start coordinate 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. |