new ov.TerrainCustomTileOverlayEntity()
webgl/ov-TerrainCustomTileOverlayEntity.js, line 5
自畫疊加圖層圖素
Methods
-
getParameter(){Object}
webgl/ov-TerrainCustomTileOverlayEntity.js, line 26 -
取得圖素參數。
Returns:
Type Description Object 圖素參數。 -
update(param){Boolean}
webgl/ov-TerrainCustomTileOverlayEntity.js, line 18 -
更新圖素。
Name Type Description param
Object 修改的參數,可部份更新。
Returns:
Type Description Boolean 是否更新成功,完全無變動才會回傳false。 Example
var entity = customLayer.addPointEntity({ geo: point, color: "#FF0000", opacity: 1.0, size: 32 });
entity.update({ color: "#0000FF" });