| java.lang.Object | |
| ↳ | com.steerpath.sdk.maps.model.IndoorLevel |
An indoor level represents a floor in a building.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void |
activate()
Make this level become the selected one in the level picker control.
| ||||||||||
| String |
getId()
Obtain a unique identifier for this level.
| ||||||||||
| String |
getName()
Obtain a human readable name for this floor.
| ||||||||||
| int |
getNumber()
Obtain the level index or level number of this floor.
| ||||||||||
| String |
getShortName()
Obtain a short name for this floor which is for example used in the level picker.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Make this level become the selected one in the level picker control.
Obtain a unique identifier for this level.
Obtain a human readable name for this floor.
Obtain the level index or level number of this floor.
Obtain a short name for this floor which is for example used in the level picker.