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