MMKDrivingSection
Warning
This feature is available in the Full MapKit SDK version
|
@interface MMKDrivingSection : NSObject |
Route section.
Summary
Class methods
|
+ (nonnull MMKDrivingSection *)sectionWithMetadata:(nonnull MMKDrivingSectionMetadata *)metadata |
Properties
|
@property (nonatomic, readonly, nonnull) MMKDrivingSectionMetadata *metadata; |
|
@property (nonatomic, readonly, nonnull) MMKSubpolyline *geometry; |
Class methods
sectionWithMetadata:geometry:
|
+ (nonnull MMKDrivingSection *)sectionWithMetadata:(nonnull MMKDrivingSectionMetadata *)metadata |
Properties
metadata
|
@property (nonatomic, readonly, nonnull) MMKDrivingSectionMetadata *metadata; |
Metadata information for the route section.
geometry
|
@property (nonatomic, readonly, nonnull) MMKSubpolyline *geometry; |
A polyline of the route section.