MapKit Mobile SDK

Warning

This feature is available in the Full MapKit SDK version

MMKBicycleWeight

class MMKBicycleWeight : NSObject

Quantitative characteristics of a route or route section.

Summary

Class methods

 init(time: MMKLocalizedValue, distance: MMKLocalizedValue)

Properties

var timeMMKLocalizedValue { get }
Time to travel

var distanceMMKLocalizedValue { get }
Distance to travel

Class methods

init(time:distance:)

 init(time: MMKLocalizedValue, distance: MMKLocalizedValue)


Properties

time

var time: MMKLocalizedValue { get }

Time to travel.


distance

var distance: MMKLocalizedValue { get }

Distance to travel.