TTMSFNCDirectionsWayPoint Class
Represents waypoint metadata returned by a directions provider.
API unit family: TMSFNCDirections
Inherits from: TCollectionItem
Syntax
TTMSFNCDirectionsWayPoint = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| DataBoolean | Stores custom Boolean data associated with the item. When True, the caller-defined flag is set. |
| DataInteger | Stores custom integer data associated with the item. |
| DataObject | Stores a custom object reference associated with the item. |
| DataPointer | Stores custom pointer data associated with the item. |
| DataString | Stores custom string data associated with the item. |
| Distance | Specifies the reported distance for the route section. |
| Duration | Specifies the reported travel duration in seconds. |
| OptimizedIndex | Specifies the optimized waypoint order index returned by the provider. |