YMKBicycleSection
Warning
This feature is available in the Full MapKit SDK version
|
class YMKBicycleSection : NSObject |
Section of the route.
Summary
Class methods
|
init(weight: YMKBicycleWeight, geometry: YMKSubpolyline) |
Properties
|
var weight: YMKBicycleWeight { get } |
|
var geometry: YMKSubpolyline { get } |
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.