TTMSFNCGoogleMapsLegRec Record
Stores one route leg with origin, destination, and step data.
API unit family: TMSFNCGoogleMaps
Syntax
TTMSFNCGoogleMapsLegRec = record
Fields and properties
| Name | Type | Description |
|---|---|---|
Destination |
string |
Stores the route destination description. |
DestinationCoordinate |
TTMSFNCMapsCoordinateRec |
Stores the resolved destination coordinate. |
Distance |
Integer |
Stores the distance reported for the item. |
Duration |
Integer |
Stores the duration reported for the item. |
Origin |
string |
Stores the route origin description. |
OriginCoordinate |
TTMSFNCMapsCoordinateRec |
Stores the resolved origin coordinate. |
Steps |
array of TTMSFNCGoogleMapsStepRec |
Stores the route steps. |