MapKit Mobile SDK

Warning

This feature is available in the Full MapKit SDK version

MMKBicycleLeg

class MMKBicycleLeg : NSObject

Leg of the route.

Summary

Class methods

 init(weight: MMKBicycleWeight, geometry: MMKSubpolyline)

Properties

var weightMMKBicycleWeight { get }
Quantitative characteristics of the route leg

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

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.