MMKMasstransitStairsSummary
Warning
This feature is available in the Full MapKit SDK version
|
class MMKMasstransitStairsSummary : NSObject |
Represents summary info about stairs along the route
Summary
Class methods
|
 init(numberOfStairs: UInt, numberOfStairsWithRamp: UInt) |
Properties
|
var numberOfStairs: UInt { get } |
|
var numberOfStairsWithRamp: UInt { get } |
Class methods
init(numberOfStairs:numberOfStairsWithRamp:)
|
 init(numberOfStairs: UInt, numberOfStairsWithRamp: UInt) |
Properties
numberOfStairs
|
var numberOfStairs: UInt { get } |
Number of stairs along the route.
numberOfStairsWithRamp
|
var numberOfStairsWithRamp: UInt { get } |
Number of stairs with ramps along the route.