MMKBicycleWeight
Warning
This feature is available in the Full MapKit SDK version
|
class MMKBicycleWeight : NSObject |
Quantitative characteristics of a route or route section.
Summary
Class methods
|
 init(time: MMKLocalizedValue, distance: MMKLocalizedValue) |
Properties
|
var time: MMKLocalizedValue { get } |
|
var distance: MMKLocalizedValue { get } |
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.