Важно

This feature is available in the Full MapKit SDK version

YMKBicycleSection

class YMKBicycleSection : NSObject

Section of the route.

Summary

Class methods

 init(weight: YMKBicycleWeight, geometry: YMKSubpolyline)

Properties

var weightYMKBicycleWeight { get }
Quantitative characteristics of a route or route section

var geometryYMKSubpolyline { get }
Path of the route polyline for this section

Class methods

init(weight:geometry:)

 init(weight: YMKBicycleWeight, geometry: YMKSubpolyline)


Properties

weight

var weight: YMKBicycleWeight { get }

Quantitative characteristics of a route or route section.


geometry

var geometry: YMKSubpolyline { get }

Path of the route polyline for this section.


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