YMKBicycleWeight
Warning
This feature is available in the Full MapKit SDK version
|
class YMKBicycleWeight : NSObject |
Quantitative characteristics of a route or route section.
Summary
Class methods
|
init(time: YMKLocalizedValue, distance: YMKLocalizedValue) |
Properties
|
var time: YMKLocalizedValue { get } |
|
var distance: YMKLocalizedValue { get } |
Class methods
init(time:distance:)
|
init(time: YMKLocalizedValue, distance: YMKLocalizedValue) |
Properties
time
|
var time: YMKLocalizedValue { get } |
Time to travel.
distance
|
var distance: YMKLocalizedValue { get } |
Distance to travel.