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