public final class

IndoorBuilding

extends Object
java.lang.Object
   ↳ com.amazon.geo.mapsv2.model.IndoorBuilding

Class Overview

Indoor building maps are not currently supported in the Amazon Maps API. This class provides stubs to ensure that developers can make minimal code changes when porting their apps from other platforms.

Summary

Public Constructors
IndoorBuilding(IIndoorBuildingDelegate delegate)
Public Methods
int getActiveLevelIndex()
Indoor building maps are not currently supported in the Amazon Maps API.
int getDefaultLevelIndex()
Indoor building maps are not currently supported in the Amazon Maps API.
List<IndoorLevel> getLevels()
Indoor building maps are not currently supported in the Amazon Maps API.
boolean isUnderground()
Indoor building maps are not currently supported in the Amazon Maps API.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public IndoorBuilding (IIndoorBuildingDelegate delegate)

Public Methods

public int getActiveLevelIndex ()

Indoor building maps are not currently supported in the Amazon Maps API. Method included to facilitate porting.

public int getDefaultLevelIndex ()

Indoor building maps are not currently supported in the Amazon Maps API. Method included to facilitate porting.

public List<IndoorLevel> getLevels ()

Indoor building maps are not currently supported in the Amazon Maps API. Method included to facilitate porting.

public boolean isUnderground ()

Indoor building maps are not currently supported in the Amazon Maps API. Method included to facilitate porting.