Warning
This feature is available in the Full MapKit SDK version
MMKBicycleSummary
class MMKBicycleSummary : NSObject |
Contains brief information associated with a route constructed by the mass transit router.
Summary
Class methods
init(weight: MMKBicycleWeight, flags: MMKBicycleFlags?) |
Properties
var weight: MMKBicycleWeight { get } |
var flags: MMKBicycleFlags? { get } |
Class methods
init(weight:flags:)
init(weight: MMKBicycleWeight, flags: MMKBicycleFlags?) |
Properties
weight
var weight: MMKBicycleWeight { get } |
Quantitative characteristics of the route.
flags
var flags: MMKBicycleFlags? { get } |
Specific properties of the route.
Optional field, can be nil.