MMKMasstransitInclineSection
Warning
This feature is available in the Full MapKit SDK version
|
@interface MMKMasstransitInclineSection : NSObject |
represents a section of continuous non-trivial gradient
Summary
Class methods
|
+ (nonnull MMKMasstransitInclineSection *)inclineSectionWithType:( MMKMasstransitInclineType)type |
Properties
|
@property (nonatomic, readonly) MMKMasstransitInclineType type; |
|
@property (nonatomic, readonly, nonnull) MMKSubpolyline *subpolyline; |
Class methods
inclineSectionWithType:subpolyline:
|
+ (nonnull MMKMasstransitInclineSection *)inclineSectionWithType:( MMKMasstransitInclineType)type |
Properties
type
|
@property (nonatomic, readonly) MMKMasstransitInclineType type; |
Vague characteristic of this gradient secion
subpolyline
|
@property (nonatomic, readonly, nonnull) MMKSubpolyline *subpolyline; |
A subpolyline of the route where the section is located