TTMSFNCCustomRouteCalculator.AddWayPointsToSegment Method
Executes add way points to segment.
API unit family: TMSFNCRoutecalculator
Declaring type: TTMSFNCCustomRouteCalculator
Syntax
procedure AddWayPointsToSegment(ASegment: TTMSFNCRouteCalculatorSegment; AWayPoints: TTMSFNCMapsCoordinateRecArray; ACallback: TTMSFNCRouteCalculatorCalculateRouteCallback = nil; AID: string = ''; ADataPointer: Pointer = nil); virtual;
Parameters
| Name | Description |
|---|---|
ASegment |
The segment value. |
AWayPoints |
Optional waypoint 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. |