-
Returns true if the route step is on a motorway.
Declaration
Swift
open var isMotorway: Bool { get }
-
Returns true if the route travels on a motorway primarily identified by a route number rather than a road name.
Declaration
Swift
var isNumberedMotorway: Bool { get }
-
Returns the last instruction for a given step.
Declaration
Swift
open var lastInstruction: SpokenInstruction? { get }