MapKit Mobile SDK

MMKRouteSummaryBalloon

class MMKRouteSummaryBalloon : NSObject

Undocumented

Summary

Class methods

 init(summary: MMKDrivingSummary,
         tags: [String],
 relativeWeight: MMKDrivingWeight?)

Properties

var summaryMMKDrivingSummary { get }
Undocumented

var tags: [String] { get }
Undocumented

var relativeWeightMMKDrivingWeight? { get }
presented only if any another route selected in navigation layer contains (weight(alternative) - weight(selectedRoute)) automatically updated on selected route changing

Optional field, can be nil

Class methods

init(summary:tags:relativeWeight:)

 init(summary: MMKDrivingSummary,
         tags: [String],
 relativeWeight: MMKDrivingWeight?)


Properties

summary

var summary: MMKDrivingSummary { get }

Undocumented


tags

var tags: [String] { get }

Undocumented


relativeWeight

var relativeWeight: MMKDrivingWeight? { get }

presented only if any another route selected in navigation layer contains (weight(alternative) - weight(selectedRoute)) automatically updated on selected route changing

Optional field, can be nil.