TTMSFNCTollCostItem Class
Represents a single toll cost result item.
API unit family: TMSFNCTollCost
Inherits from: TCollectionItem
Syntax
TTMSFNCTollCostItem = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| Bounds | Geographic bounds that contain the result. |
| Coordinates | Geographic coordinates associated with the result. |
| Currency | ISO currency code of the reported cost. |
| DataBoolean | Stores custom boolean data associated with the item. |
| DataInteger | Stores custom integer data associated with the item. |
| DataObject | Stores a custom object associated with the item. |
| DataPointer | Stores custom pointer data associated with the item. |
| DataString | Stores custom string data associated with the item. |
| Distance | Reported distance, in meters. |
| Duration | Reported travel duration, in seconds. |
| Steps | Provides access to the travel steps of the result. |
| TollSystems | Provides access to the toll systems reported for the result. |
| TotalCost | Total toll cost for the result. |