MapKit Mobile SDK

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 weightMMKBicycleWeight { get }
Quantitative characteristics of a route or route section

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

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.