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