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