MapKit Mobile SDK

Warning

This feature is available in the Full MapKit SDK version

MMKDrivingSection

class MMKDrivingSection : NSObject

Route section.

Summary

Class methods

 init(metadata: MMKDrivingSectionMetadata, geometry: MMKSubpolyline)

Properties

var metadataMMKDrivingSectionMetadata { get }
Metadata information for the route section

var geometryMMKSubpolyline { get }
A polyline of the route section

Class methods

init(metadata:geometry:)

 init(metadata: MMKDrivingSectionMetadata, geometry: MMKSubpolyline)


Properties

metadata

var metadata: MMKDrivingSectionMetadata { get }

Metadata information for the route section.


geometry

var geometry: MMKSubpolyline { get }

A polyline of the route section.