Warning

This feature is available in the Full MapKit SDK version

MMKDrivingSummary

class MMKDrivingSummary : NSObject

Route summary.

Summary

Class methods

 init(weight: MMKDrivingWeight,
       flags: MMKDrivingFlags,
 nonAvoidedFeatures: MMKDrivingNonAvoidedFeatures)

Properties

var weightMMKDrivingWeight { get }
Route "weight"

var flagsMMKDrivingFlags { get }
Overall route characteristics

var nonAvoidedFeaturesMMKDrivingNonAvoidedFeatures { get }
Route features that cannot be avoided

Class methods

init(weight:flags:nonAvoidedFeatures:)

 init(weight: MMKDrivingWeight,
       flags: MMKDrivingFlags,
 nonAvoidedFeatures: MMKDrivingNonAvoidedFeatures)


Properties

weight

var weight: MMKDrivingWeight { get }

Route "weight".


flags

var flags: MMKDrivingFlags { get }

Overall route characteristics.


nonAvoidedFeatures

var nonAvoidedFeatures: MMKDrivingNonAvoidedFeatures { get }

Route features that cannot be avoided