public interface IOverlayImage<T>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBuildingId()
Deprecated.
|
java.lang.String |
getFloor()
Deprecated.
|
java.lang.String |
getFloorId()
get the floor id
|
java.lang.Integer |
getIcon()
get the icon resource id
|
Bitmap |
getIconImage()
get the icon Bitmap id
|
java.lang.String |
getId()
Get the ID of the cover
|
java.lang.Object |
getObject()
get the object carried by the cover
|
T |
getOriginal()
get the object of the underlying implementation
|
LatLng |
getPosition()
Get the location of the covering
|
void |
setBuildingId(java.lang.String buildingId)
Deprecated.
|
void |
setFloor(java.lang.String floor)
Deprecated.
|
void |
setFloorId(java.lang.String floorId)
the floor id where the setting is located
|
void |
setIcon(java.lang.Integer icon)
set icon resource id
|
void |
setIconImage(Bitmap icon)
set icon Bitmap
|
void |
setObject(java.lang.Object var1)
set the object carried by the cover
|
void |
setOriginal(T original)
set the underlying implementation of the object
|
void |
setPosition(LatLng position)
set the position of the cover
|
java.lang.String getId()
LatLng getPosition()
void setPosition(LatLng position)
position
- location of the covervoid setObject(java.lang.Object var1)
var1
- object carried by the coverjava.lang.Object getObject()
T getOriginal()
void setOriginal(T original)
original
- the underlying objectjava.lang.Integer getIcon()
void setIcon(java.lang.Integer icon)
icon
- icon resource idBitmap getIconImage()
void setIconImage(Bitmap icon)
icon
- icon Bitmap@Deprecated java.lang.String getBuildingId()
@Deprecated void setBuildingId(java.lang.String buildingId)
buildingId
- BuildingId@Deprecated java.lang.String getFloor()
@Deprecated void setFloor(java.lang.String floor)
floor
- Floorjava.lang.String getFloorId()
void setFloorId(java.lang.String floorId)
floorId
- floorId