MMKMasstransitTransportStop

Warning

This feature is available in the Full MapKit SDK version

class MMKMasstransitTransportStop : NSObject

The data about the public transport stop.

Summary

Class methods

 init(stop: MMKMasstransitStop, position: MMKPoint)

Properties

var stop: MMKMasstransitStop { get }
Information about public transport stops

var position: MMKPoint { get }
Coordinates of the stop

Class methods

init(stop:position:)

 init(stop: MMKMasstransitStop, position: MMKPoint)


Properties

stop

var stop: MMKMasstransitStop { get }

Information about public transport stops.


position

var position: MMKPoint { get }

Coordinates of the stop.