MMKMasstransitFlags
Warning
This feature is available in the Full MapKit SDK version
|
class MMKMasstransitFlags : NSObject |
Indicates whether the suggested route has one or more of the specified properties.
Summary
Class methods
|
 init(requiresAccessPass: Bool, hasAutoRoad: Bool) |
Instance methods
|
init() |
Properties
|
var requiresAccessPass: Bool { get } |
|
var hasAutoRoad: Bool { get } |
Class methods
init(requiresAccessPass:hasAutoRoad:)
|
 init(requiresAccessPass: Bool, hasAutoRoad: Bool) |
Instance methods
init()
|
init() |
Properties
requiresAccessPass
|
var requiresAccessPass: Bool { get } |
Indicates whether the suggested route requires an access pass.
hasAutoRoad
|
var hasAutoRoad: Bool { get } |
Indicates whether the suggested route includes automotive roads.