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
                                                     subpolyline:(nonnull YMKSubpolyline *)subpolyline;

Properties

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

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

Class methods

inclineSectionWithType:subpolyline:

+ (nonnull YMKMasstransitInclineSection *)inclineSectionWithType:( YMKMasstransitInclineType)type
                                                     subpolyline:(nonnull YMKSubpolyline *)subpolyline;


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


Предыдущая
Следующая