Table of Contents

TTMSFNCMapKitRouteRec Record

Stores one route returned by a directions request.

API unit family: TMSFNCMapKit

Syntax

TTMSFNCMapKitRouteRec = record

Fields and properties

Name Type Description
Distance Integer Contains the total route distance reported by the directions service.
Name string Contains the display name of the route.
Steps array of TTMSFNCMapKitStepRec Contains the ordered instruction steps that make up the route.
TravelMode TTMSFNCMapKitDirectionsTravelMode Contains the travel mode used to calculate the route.
TravelTime Integer Contains the estimated travel time for the route.