YMKDrivingWeight
Warning
This feature is available in the Full MapKit SDK version
|
class YMKDrivingWeight : NSObject |
Quantitative characteristics of any segment of the route.
Summary
Class methods
|
init(time: YMKLocalizedValue, |
Properties
|
var time: YMKLocalizedValue { get } |
|
var timeWithTraffic: YMKLocalizedValue { get } |
|
var distance: YMKLocalizedValue { get } |
Class methods
init(time:timeWithTraffic:distance:)
|
init(time: YMKLocalizedValue, |
Properties
time
|
var time: YMKLocalizedValue { get } |
Time to travel, not considering traffic.
timeWithTraffic
|
var timeWithTraffic: YMKLocalizedValue { get } |
Time to travel, considering traffic.
distance
|
var distance: YMKLocalizedValue { get } |
Distance to travel.