MMKDrivingAvoidanceFlags
Warning
This feature is available in the Full MapKit SDK version
class MMKDrivingAvoidanceFlags : NSObject |
Summary
Class methods
 init(avoidTolls: Bool, |
Instance methods
init() |
Properties
var avoidTolls: Bool { get set } |
var avoidUnpaved: Bool { get set } |
var avoidPoorCondition: Bool { get set } |
var avoidRailwayCrossing: Bool { get set } |
var avoidBoatFerry: Bool { get set } |
var avoidFordCrossing: Bool { get set } |
var avoidTunnel: Bool { get set } |
var avoidHighway: Bool { get set } |
Class methods
init(avoidTolls:avoidUnpaved:avoidPoorCondition:avoidRailwayCrossing:avoidBoatFerry:avoidFordCrossing:avoidTunnel:avoidHighway:)
 init(avoidTolls: Bool, |
Instance methods
init()
init() |
Properties
avoidTolls
var avoidTolls: Bool { get set } |
The 'avoidTolls' option instructs the router to return routes that avoid tolls when possible.
avoidUnpaved
var avoidUnpaved: Bool { get set } |
The 'avoidUnpaved' option instructs the router to return routes that avoid unpaved roads when possible.
avoidPoorCondition
var avoidPoorCondition: Bool { get set } |
The 'avoidPoorCondition' option instructs the router to return routes that avoid roads in poor conditions when possible.
avoidRailwayCrossing
var avoidRailwayCrossing: Bool { get set } |
The 'avoidPoorConditions' option instructs the router to return routes that avoid railway crossings when possible.
avoidBoatFerry
var avoidBoatFerry: Bool { get set } |
The 'avoidBoatFerry' option instructs the router to return routes that avoid ferries when possible.
avoidFordCrossing
var avoidFordCrossing: Bool { get set } |
The 'avoidFordCrossing' option instructs the router to return routes that avoid ford crossings when possible.
avoidTunnel
var avoidTunnel: Bool { get set } |
The 'avoidTunnel' option instructs the router to return routes that avoid tunnels when possible.
avoidHighway
var avoidHighway: Bool { get set } |
The 'avoidHighway' option instructs the router to return routes that avoid highways when possible.