Важно

This feature is available in the Full MapKit SDK version

YMKMasstransitTransfer

class YMKMasstransitTransfer : 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: [YMKMasstransitConstructionSegment],
       transferStop: YMKMasstransitTransferStop)

Properties

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

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

Class methods

init(constructions:transferStop:)

 init(constructions: [YMKMasstransitConstructionSegment],
       transferStop: YMKMasstransitTransferStop)


Properties

constructions

var constructions: [YMKMasstransitConstructionSegment] { get }

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


transferStop

var transferStop: YMKMasstransitTransferStop { get }

The stop you need to transfer to