Warning

This feature is available in the Full MapKit SDK version

MMKMasstransitInclineSection

@interface MMKMasstransitInclineSection : NSObject

represents a section of continuous non-trivial gradient

Summary

Class methods

+ (nonnull MMKMasstransitInclineSection *)inclineSectionWithType:( MMKMasstransitInclineType)type
                                                     subpolyline:(nonnull MMKSubpolyline *)subpolyline;

Properties

@property (nonatomic, readonly) MMKMasstransitInclineType type;
Vague characteristic of this gradient secion

@property (nonatomic, readonly, nonnull) MMKSubpolyline *subpolyline;
A subpolyline of the route where the section is located

Class methods

inclineSectionWithType:subpolyline:

+ (nonnull MMKMasstransitInclineSection *)inclineSectionWithType:( MMKMasstransitInclineType)type
                                                     subpolyline:(nonnull MMKSubpolyline *)subpolyline;


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