Важно

This feature is available in the Full MapKit SDK version

YMKBicycleWeight

class YMKBicycleWeight : NSObject

Quantitative characteristics of a route or route section.

Summary

Class methods

 init(time: YMKLocalizedValue, distance: YMKLocalizedValue)

Properties

var timeYMKLocalizedValue { get }
Time to travel

var distanceYMKLocalizedValue { get }
Distance to travel

Class methods

init(time:distance:)

 init(time: YMKLocalizedValue, distance: YMKLocalizedValue)


Properties

time

var time: YMKLocalizedValue { get }

Time to travel.


distance

var distance: YMKLocalizedValue { get }

Distance to travel.


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