MMKMasstransitThreadStop
Warning
This feature is available in the Full MapKit SDK version
|
class MMKMasstransitThreadStop : NSObject |
Describes a MMKMasstransitStop on a MMKMasstransitThread.
Summary
Class methods
|
 init(stop: MMKMasstransitStop, position: MMKPoint) |
Properties
|
var stop: MMKMasstransitStop { get } |
|
var position: MMKPoint { get } |
Class methods
init(stop:position:)
|
 init(stop: MMKMasstransitStop, position: MMKPoint) |
Properties
stop
|
var stop: MMKMasstransitStop { get } |
Stop on a thread.
position
|
var position: MMKPoint { get } |
Coordinates of the thread stop.