Важно

This feature is available in the Full MapKit SDK version

YMKDrivingSection

class YMKDrivingSection : NSObject

Route section.

Summary

Class methods

 init(metadata: YMKDrivingSectionMetadata, geometry: YMKSubpolyline)

Properties

var metadataYMKDrivingSectionMetadata { get }
Metadata information for the route section

var geometryYMKSubpolyline { get }
A polyline of the route section

Class methods

init(metadata:geometry:)

 init(metadata: YMKDrivingSectionMetadata, geometry: YMKSubpolyline)


Properties

metadata

var metadata: YMKDrivingSectionMetadata { get }

Metadata information for the route section.


geometry

var geometry: YMKSubpolyline { get }

A polyline of the route section.


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