MapKit Mobile SDK

Warning

This feature is available in the Full MapKit SDK version

MMKMasstransitTransfer

class MMKMasstransitTransfer : NSObject

Represents a transfer to another mass transit line or to another stop. For example, transfer from one underground line to another.

Summary

Class methods

 init(constructions: [MMKMasstransitConstructionSegment],
       transferStop: MMKMasstransitTransferStop)

Properties

var constructions: [MMKMasstransitConstructionSegment] { get }
Compressed information about pedestrian constructions along the transfer path

var transferStopMMKMasstransitTransferStop { get }
The stop you need to transfer to

Class methods

init(constructions:transferStop:)

 init(constructions: [MMKMasstransitConstructionSegment],
       transferStop: MMKMasstransitTransferStop)


Properties

constructions

var constructions: [MMKMasstransitConstructionSegment] { get }

Compressed information about pedestrian constructions along the transfer path. MMKMasstransitConstructionSegment::subpolyline fields of all segments cover the entire geometry of corresponding section".


transferStop

var transferStop: MMKMasstransitTransferStop { get }

The stop you need to transfer to