TTMSFNCDirectionsItem Class
Represents one route alternative returned by a directions request.
API unit family: TMSFNCDirections
Inherits from: TCollectionItem
Syntax
TTMSFNCDirectionsItem = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| Bounds | Returns the calculated bounds that contain the route. |
| Coordinates | Contains the coordinates for the route section. |
| 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. |
| Legs | Provides the route legs returned by the provider. |
| Steps | Provides the detailed route steps. |
| Summary | Contains the provider summary for the route. |
| WayPoints | Provides waypoint result information returned by the provider. |