MapKit Mobile SDK

Warning

This feature is available in the Full MapKit SDK version

MMKMasstransitTransport

class MMKMasstransitTransport : NSObject

Contains information about the mass transit ride section of a MMKMasstransitRoute for a specific mass transit MMKMasstransitLine.

Summary

Class methods

 init(line: MMKMasstransitLine,
 transports: [MMKMasstransitTransportTransportThread],
 transportContours: [MMKMasstransitTransportContour])

Properties

var lineMMKMasstransitLine { get }
Mass transit line

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

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

Class methods

init(line:transports:transportContours:)

 init(line: MMKMasstransitLine,
 transports: [MMKMasstransitTransportTransportThread],
 transportContours: [MMKMasstransitTransportContour])


Properties

line

var line: MMKMasstransitLine { get }

Mass transit line.


transports

var transports: [MMKMasstransitTransportTransportThread] { get }

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


transportContours

var transportContours: [MMKMasstransitTransportContour] { get }

Describes MMKMasstransitTransportContour in borders of which this block is located