MapKit Mobile SDK

Warning

This feature is available in the Full MapKit SDK version

MMKMasstransitThreadStop

class MMKMasstransitThreadStop : NSObject

Describes a MMKMasstransitStop on a MMKMasstransitThread.

Summary

Class methods

 init(stop: MMKMasstransitStop, position: MMKPoint)

Properties

var stopMMKMasstransitStop { get }
Stop on a thread

var positionMMKPoint { get }
Coordinates of the thread stop

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.