public final class

IndoorLevel

extends Object
java.lang.Object
   ↳ com.steerpath.sdk.maps.model.IndoorLevel

Class Overview

An indoor level represents a floor in a building.

Summary

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

Public Methods

public void activate ()

Make this level become the selected one in the level picker control.

public String getId ()

Obtain a unique identifier for this level.

Returns
  • a unique identifier for this level

public String getName ()

Obtain a human readable name for this floor.

Returns
  • a name for this floor such as "Ground floor".

public int getNumber ()

Obtain the level index or level number of this floor.

Returns
  • a numeric representation for this floor, such as "0" for a ground level floor.

public String getShortName ()

Obtain a short name for this floor which is for example used in the level picker.

Returns
  • an abbreviated name for this floor, such as "G" for ground floor.