TTMSFNCMapKitStepRec Record
Stores one instruction step returned by a directions request.
API unit family: TMSFNCMapKit
Syntax
TTMSFNCMapKitStepRec = record
Fields and properties
| Name | Type | Description |
|---|---|---|
Distance |
Integer |
Contains the step distance reported by the directions service. |
Instructions |
string |
Contains the textual instruction for the step. |
Path |
TTMSFNCMapsCoordinateRecArray |
Contains the coordinate path followed by the step. |