MMKMasstransitRouteSettings
Warning
This feature is available in the Full MapKit SDK version
|
class MMKMasstransitRouteSettings : NSObject |
Route settings that were used by the mass transit router for a specific route.
Summary
Class methods
|
 init(avoidTypes: [String], acceptTypes: [String]) |
Properties
|
var avoidTypes: [String] { get } |
|
var acceptTypes: [String] { get } |
Class methods
init(avoidTypes:acceptTypes:)
|
 init(avoidTypes: [String], acceptTypes: [String]) |
Properties
avoidTypes
|
var avoidTypes: [String] { get } |
Transport types that the router avoided.
acceptTypes
|
var acceptTypes: [String] { get } |
Transport types that were allowed even if they are in the list of avoided types.