EagleMap

EagleMap

鹰眼图。

Constructor

new EagleMap(viewer, imageopt)

Author:
  • zyp
Example
//创建鹰眼图
var eagleMap = new EagleMap(viewer, "./images/world.png");
//销毁鹰眼图
eagleMap.destroy();
Parameters:
Name Type Attributes Description
viewer Viewer Cesium可视化器。
image String <optional>
用作鹰眼图的图片URL。

Members

image :String

获取/设置鹰眼图图像
Type:
  • String

Methods

destroy()

销毁鹰眼图。