MMKIndoorLevel

class MMKIndoorLevel : NSObject

Describes level of indoor plan.

Summary

Class methods

 init(id: String, name: String, isUnderground: Bool)

Properties

var id: String { get }
Universal identifier of the level

var name: String { get }
Localized display name of the level

var isUnderground: Bool { get }
true if level is under ground

Class methods

init(id:name:isUnderground:)

 init(id: String, name: String, isUnderground: Bool)


Properties

id

var id: String { get }

Universal identifier of the level.


name

var name: String { get }

Localized display name of the level.


isUnderground

var isUnderground: Bool { get }

true if level is under ground