MMKBicycleLeg
Warning
This feature is available in the Full MapKit SDK version
|
class MMKBicycleLeg : NSObject |
Leg of the route.
Summary
Class methods
|
 init(weight: MMKBicycleWeight, geometry: MMKSubpolyline) |
Properties
|
var weight: MMKBicycleWeight { get } |
|
var geometry: MMKSubpolyline { get } |
Class methods
init(weight:geometry:)
|
 init(weight: MMKBicycleWeight, geometry: MMKSubpolyline) |
Properties
weight
|
var weight: MMKBicycleWeight { get } |
Quantitative characteristics of the route leg.
geometry
|
var geometry: MMKSubpolyline { get } |
Path of the route polyline for the route leg.