public final class

IndoorLevel

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

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
IndoorLevel(IIndoorLevelDelegate delegate)
Public Methods
void activate()
Indoor building maps are not currently supported in the Amazon Maps API.
boolean equals(Object obj)
String getName()
Indoor building maps are not currently supported in the Amazon Maps API.
String getShortName()
Indoor building maps are not currently supported in the Amazon Maps API.
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public IndoorLevel (IIndoorLevelDelegate delegate)

Public Methods

public void activate ()

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

public boolean equals (Object obj)

public String getName ()

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

public String getShortName ()

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

public int hashCode ()