Warning
This feature is available in the Full MapKit SDK version
MMKBicycleSection
class MMKBicycleSection : NSObject |
Section 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 a route or route section.
geometry
var geometry: MMKSubpolyline { get } |
Path of the route polyline for this section.