Важно

This feature is available in the Full MapKit SDK version

YMKBicycleLeg

class YMKBicycleLeg : NSObject

Leg of the route.

Summary

Class methods

 init(weight: YMKBicycleWeight, geometry: YMKSubpolyline)

Properties

var weightYMKBicycleWeight { get }
Quantitative characteristics of the route leg

var geometryYMKSubpolyline { get }
Path of the route polyline for the route leg

Class methods

init(weight:geometry:)

 init(weight: YMKBicycleWeight, geometry: YMKSubpolyline)


Properties

weight

var weight: YMKBicycleWeight { get }

Quantitative characteristics of the route leg.


geometry

var geometry: YMKSubpolyline { get }

Path of the route polyline for the route leg.


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