MapKit Mobile SDK

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 weightMMKBicycleWeight { get }
Quantitative characteristics of the route

var flagsMMKBicycleFlags? { get }
Specific properties of the route

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.