GeoLocateRatate

new Cesium.GeoLocateRatate(options)

三维地图鼠标中键定位旋转插件类
Name Type Description
options Object optional 参数选项:
Name Type Description
viewer Viewer optional 三维球对象。
url String optional 贴图图片地址。
topCylinderColor topCylinderColor optional 顶部锥体的颜色
bottomCylinderColor bottomCylinderColor optional 底部锥体的颜色
Example:
var GeoLocateRatate = new Cesium.GeoLocateRatate({
		viewer:viewer,
		topCylinderColor:Cesium.Color.AQUA,
		bottomCylinderColor:Cesium.Color.BLUE
});
Demo:

Methods

active()

激活鼠标中键定位功能