Other Type Aliases
The following type aliases are available globally.
-
Identifies a road object in an electronic horizon. A road object represents a notable transition point along a road, such as a toll booth or tunnel entrance. A road object is similar to a
RouteAlertbut is more closely associated with the routing graph managed by theRoadGraphclass.Use a
RoadObjectsStoreobject to get more information about a road object with a given identifier or get the locations of road objects alongRoadGraph.Edges.Declaration
Swift
public typealias RoadObjectIdentifier = String -
A route and its index in a
RouteResponsethat sorts routes from most optimal to least optimal.Declaration
Swift
public typealias IndexedRoute = (Route, Int) -
A container view controller is a view controller that behaves as a navigation component; that is, it responds as the user progresses along a route according to the
NavigationServiceDelegateprotocol.Declaration
Swift
public typealias ContainerViewController = UIViewController & NavigationComponent
Install in Dash
Other Type Aliases Reference