Важно

This feature is available in the Full MapKit SDK version

YMKMasstransitTransport

class YMKMasstransitTransport : NSObject

Contains information about the mass transit ride section of a YMKMasstransitRoute for a specific mass transit YMKMasstransitLine.

Summary

Class methods

 init(line: YMKMasstransitLine,
 transports: [YMKMasstransitTransportTransportThread],
 transportContours: [YMKMasstransitTransportContour])

Properties

var lineYMKMasstransitLine { get }
Mass transit line

var transports: [YMKMasstransitTransportTransportThread] { get }
Collection of mass transit threads of the specified line suitable for the constructed route

var transportContours: [YMKMasstransitTransportContour] { get }
Describes YMKMasstransitTransportContour in borders of which this block is located

Class methods

init(line:transports:transportContours:)

 init(line: YMKMasstransitLine,
 transports: [YMKMasstransitTransportTransportThread],
 transportContours: [YMKMasstransitTransportContour])


Properties

line

var line: YMKMasstransitLine { get }

Mass transit line.


transports

var transports: [YMKMasstransitTransportTransportThread] { get }

Collection of mass transit threads of the specified line suitable for the constructed route.


transportContours

var transportContours: [YMKMasstransitTransportContour] { get }

Describes YMKMasstransitTransportContour in borders of which this block is located


Предыдущая