TTMSFNCGoogleMapsStepRec Record
Stores one direction step returned for a route.
API unit family: TMSFNCGoogleMaps
Syntax
TTMSFNCGoogleMapsStepRec = record
Fields and properties
| Name | Type | Description |
|---|---|---|
Distance |
Integer |
Stores the distance reported for the item. |
Duration |
Integer |
Stores the duration reported for the item. |
Instructions |
string |
Stores the instruction text for the step. |
Path |
TTMSFNCMapsCoordinateRecArray |
Stores the decoded path coordinates. |
TravelMode |
TTMSFNCGoogleMapsDirectionsTravelMode |
Stores the travel mode used by the route step. |