Warning

This feature is available in the Full MapKit SDK version

YMKDrivingSummary

class YMKDrivingSummary : NSObject

Route summary.

Summary

Class methods

 init(weight: YMKDrivingWeight,
       flags: YMKDrivingFlags,
 nonAvoidedFeatures: YMKDrivingNonAvoidedFeatures)

Properties

var weightYMKDrivingWeight { get }
Route "weight"

var flagsYMKDrivingFlags { get }
Overall route characteristics

var nonAvoidedFeaturesYMKDrivingNonAvoidedFeatures { get }
Route features that cannot be avoided

Class methods

init(weight:flags:nonAvoidedFeatures:)

 init(weight: YMKDrivingWeight,
       flags: YMKDrivingFlags,
 nonAvoidedFeatures: YMKDrivingNonAvoidedFeatures)


Properties

weight

var weight: YMKDrivingWeight { get }

Route "weight".


flags

var flags: YMKDrivingFlags { get }

Overall route characteristics.


nonAvoidedFeatures

var nonAvoidedFeatures: YMKDrivingNonAvoidedFeatures { get }

Route features that cannot be avoided