public final class CustomLayer
extends java.lang.Object
Constructor and Description |
---|
CustomLayer(com.tencent.map.lib.overlay.tile.TileOverlayImpl tileOverlayImp) |
Modifier and Type | Method and Description |
---|---|
void |
clearDiskCache()
清理对应磁盘缓存
|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getId()
返回图层的id
|
int |
hashCode() |
void |
reload()
重新加载图层
|
void |
remove()
移除当前图层
|
public CustomLayer(com.tencent.map.lib.overlay.tile.TileOverlayImpl tileOverlayImp)
public void reload()
public void remove()
public void clearDiskCache()
public java.lang.String getId()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object