Важно

This feature is available in the Full MapKit SDK version

YMKBicycleSummary

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

var flagsYMKBicycleFlags? { get }
Specific properties of the route

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.


Предыдущая
Следующая