MapKit Mobile SDK

Warning

This feature is available in the Full MapKit SDK version

MMKMasstransitStairsSummary

class MMKMasstransitStairsSummary : NSObject

Represents summary info about stairs along the route

Summary

Class methods

 init(numberOfStairs: UInt, numberOfStairsWithRamp: UInt)

Properties

var numberOfStairs: UInt { get }
Number of stairs along the route

var numberOfStairsWithRamp: UInt { get }
Number of stairs with ramps along the route

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.