Важно
This feature is available in the Full MapKit SDK version
YMKMasstransitWeight
class YMKMasstransitWeight : NSObject |
Numeric characteristics of a route or a route section.
Summary
Class methods
init(time: YMKLocalizedValue, |
Properties
var time: YMKLocalizedValue { get } |
var walkingDistance: YMKLocalizedValue { get } |
var transfersCount: UInt { get } |
Class methods
init(time:walkingDistance:transfersCount:)
init(time: YMKLocalizedValue, |
Properties
time
var time: YMKLocalizedValue { get } |
Travel time for a route or a route section.
walkingDistance
var walkingDistance: YMKLocalizedValue { get } |
Distance of the pedestrian part of the route or a route section.
transfersCount
var transfersCount: UInt { get } |
The number of transfers for a route or a route section.