TTMSFNCDirectionsOptionsRec Record
Stores options used to execute a directions request.
API unit family: TMSFNCDirections
Syntax
TTMSFNCDirectionsOptionsRec = record
Fields and properties
| Name | Type | Description |
|---|---|---|
Alternatives |
Boolean |
Stores the alternatives value. |
AvoidHighways |
Boolean |
Stores the avoid highways value. |
AvoidTolls |
Boolean |
Stores the avoid tolls value. |
Callback |
TTMSFNCDirectionsGetDirectionsCallback |
Callback invoked when the directions request completes. |
DataPointer |
Pointer |
Stores custom pointer data associated with the item. |
ID |
string |
Returns the generated identifier used for the item in the map script. |
Locale |
string |
Stores the locale value. |
LocaleMode |
TTMSFNCMapsLocaleMode |
Specifies how the locale value is applied to the request. |
OptimizeWayPoints |
Boolean |
Stores the optimize way points value. |
TravelMode |
TTMSFNCDirectionsTravelMode |
Specifies the travel mode used for the request. |
WayPointCoordinates |
TTMSFNCMapsCoordinateRecArray |
Contains waypoint coordinates for the request. |
WayPointStrings |
array of string |
Contains waypoint address strings for the request. |