MapKit Mobile SDK

Warning

This feature is available in the Full MapKit SDK version

MMKMasstransitTransportContour

class MMKMasstransitTransportContour : NSObject

Describes transport contours and it's properties

Summary

Class methods

 init(name: String, style: MMKMasstransitTransportContourStyle?)

Properties

var name: String { get }
Contour name

var styleMMKMasstransitTransportContourStyle? { get }
Contour style; see MMKMasstransitTransportContourStyle

Class methods

init(name:style:)

 init(name: String, style: MMKMasstransitTransportContourStyle?)


Properties

name

var name: String { get }

Contour name


style

var style: MMKMasstransitTransportContourStyle? { get }

Contour style; see MMKMasstransitTransportContourStyle.

Optional field, can be nil.