TTMSFNCDirectionsRequest Class
Stores a directions request and the provider results returned for it.
API unit family: TMSFNCDirections
Inherits from: TCollectionItem
Syntax
TTMSFNCDirectionsRequest = 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. |
| ErrorMessage | Contains the provider error message returned for the request. |
| ID | Returns the generated identifier used for the item in the map script. |
| Items | Provides indexed access to the collection items. |
| Status | Contains the provider status returned for the request. |
| TravelMode | Specifies the travel mode used for the request. |