YMKTransitOptions
Warning
This feature is available in the Full MapKit SDK version
|
class YMKTransitOptions : NSObject |
User-defined options, like time options and filter options.
Summary
Class methods
|
init(avoid: YMKFilterVehicleTypes, timeOptions: YMKTimeOptions) |
Instance methods
|
init() |
Properties
|
var avoid: YMKFilterVehicleTypes { get } |
|
var timeOptions: YMKTimeOptions { get } |
Class methods
init(avoid:timeOptions:)
|
init(avoid: YMKFilterVehicleTypes, timeOptions: YMKTimeOptions) |
Instance methods
init()
|
init() |
Properties
avoid
|
var avoid: YMKFilterVehicleTypes { get } |
Transport types that the router will avoid. The value should be one of YMKFilterVehicleTypes, or their bitwise 'OR' combination.
timeOptions
|
var timeOptions: YMKTimeOptions { get } |
Desired departure/arrival time settings. Empty YMKTimeOptions for requests that are not time-dependent.