Warning

This feature is available in the Full MapKit SDK version

MMKDrivingSection

@interface MMKDrivingSection : NSObject

Route section.

Summary

Class methods

+ (nonnull MMKDrivingSection *)sectionWithMetadata:(nonnull MMKDrivingSectionMetadata *)metadata
                                          geometry:(nonnull MMKSubpolyline *)geometry;

Properties

@property (nonatomic, readonly, nonnull) MMKDrivingSectionMetadata *metadata;
Metadata information for the route section

@property (nonatomic, readonly, nonnull) MMKSubpolyline *geometry;
A polyline of the route section

Class methods

sectionWithMetadata:geometry:

+ (nonnull MMKDrivingSection *)sectionWithMetadata:(nonnull MMKDrivingSectionMetadata *)metadata
                                          geometry:(nonnull MMKSubpolyline *)geometry;


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.