MMKMasstransitEssentialStopInfo
Warning
This feature is available in the Full MapKit SDK version
|
class MMKMasstransitEssentialStopInfo : NSObject |
Info for essential stop
Summary
Class methods
|
 init(first_stop: Bool, |
Instance methods
|
init() |
Properties
|
var first_stop: Bool { get } |
|
var intermediate_terminus: Bool { get } |
|
var important: Bool { get } |
|
var last_stop: Bool { get } |
Class methods
init(first_stop:intermediate_terminus:important:last_stop:)
|
 init(first_stop: Bool, |
Instance methods
init()
|
init() |
Properties
first_stop
|
var first_stop: Bool { get } |
First stop on thread
intermediate_terminus
|
var intermediate_terminus: Bool { get } |
Intermediate terminus stop on thread
important
|
var important: Bool { get } |
Important stop on thread
last_stop
|
var last_stop: Bool { get } |
Last stop on thread