public final class IndoorBuilding
extends java.lang.Object
implements java.lang.Cloneable
Constructor and Description |
---|
IndoorBuilding(java.lang.String buildingId,
java.lang.String name,
LatLng latLng,
java.util.List<IndoorLevel> indoorLevels,
int activeIndex) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
clone() |
int |
getActiveLevelIndex()
获取当前显示的楼层
|
java.lang.String |
getBuidlingId()
获取当前展示室内图的建筑 id
|
LatLng |
getBuildingLatLng()
获取室内图坐标
|
java.lang.String |
getBuildingName()
获取室内图名称
|
java.util.List<IndoorLevel> |
getLevels()
获取各个楼层信息
|
java.lang.String |
toString() |
public IndoorBuilding(java.lang.String buildingId, java.lang.String name, LatLng latLng, java.util.List<IndoorLevel> indoorLevels, int activeIndex)
public java.lang.String getBuidlingId()
public java.lang.String getBuildingName()
public java.util.List<IndoorLevel> getLevels()
public int getActiveLevelIndex()
public LatLng getBuildingLatLng()
public java.lang.String toString()
toString
in class java.lang.Object
protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException