public static interface

AmazonMap.OnIndoorStateChangeListener

com.amazon.geo.mapsv2.AmazonMap.OnIndoorStateChangeListener

Class Overview

Interface for receiving notifications when indoor maps change state.

Note that indoor buildings are not currently supported in the Amazon Maps API, so this listener is never called.

Summary

Public Methods
abstract void onIndoorBuildingsFocused()
Called when a building with indoor maps receives focus.
abstract void onIndoorLevelActivated(IndoorBuilding building)
Called when a floor level of an indoor map is activated.

Public Methods

public abstract void onIndoorBuildingsFocused ()

Called when a building with indoor maps receives focus.

public abstract void onIndoorLevelActivated (IndoorBuilding building)

Called when a floor level of an indoor map is activated.

Parameters
building The building with focus.