MapKit Mobile SDK

Warning

This feature is available in the Full MapKit SDK version

MMKMasstransitTrafficTypeSegment

class MMKMasstransitTrafficTypeSegment : NSObject

Describes part of bicycle or scooter path with the same traffic type.

Summary

Class methods

 init(trafficType: MMKMasstransitTrafficTypeID, subpolyline: MMKSubpolyline)

Properties

var trafficTypeMMKMasstransitTrafficTypeID { get }
Undocumented

var subpolylineMMKSubpolyline { get }
Undocumented

Class methods

init(trafficType:subpolyline:)

 init(trafficType: MMKMasstransitTrafficTypeID, subpolyline: MMKSubpolyline)


Properties

trafficType

var trafficType: MMKMasstransitTrafficTypeID { get }

Undocumented


subpolyline

var subpolyline: MMKSubpolyline { get }

Undocumented