GeoOverview

GeoGlobe.Control. GeoOverview

鹰眼图控件

Constructor

new GeoOverview(options)

Example
//初始化
 var control = new GeoGlobe.Control.GeoOverview({
        layers: []   //自定义图层组-  不写 默认内置天地图
   });
//加载
 map.addControl(control);

//控件删除
 map.removeControl(control);
Parameters:
Name Type Description
options Object 参数设置
Properties
Name Type Description
layers Array 自定义图层组。 默认内置天地图