setStyle(Array:[{url:String,anchor:String}]) |
true|false |
设置样式组
anchor属性值:top-left,top-center,top-right,middle-left,center,middle-right,bottom-left,bottom-center,bottom-right
|
setData(Array:[{point:Point|GbPoint,style:Number,id:String,name:String}]) |
true|false |
设置点数据
point:凯立德坐标或者国测局坐标
style:样式索引值和setStyle设置的样式数组对应 |
show() |
none |
显示 |
setZooms([Number,Number]) |
none |
设置显示的比例尺范围
参数Array,第一个是最小值,第二个是最大值 |
setTipVisible(true|false) |
none |
设置显示Tip |
hide() |
none |
隐藏结果 |
clear() |
none |
清除结果 |
addEventListener(type: String,func: Function, refValue: Mix) |
none |
添加标注点的事件。
type为事件类型【包括:
click(单击),
mousedown(鼠标按下),
mouseup(鼠标松开),
mouseover(鼠标经过),
mouseout(鼠标离开)。 】
func为回调函数【回调参数有二个,分别为:
data: 点的数据信息
和
refValue(对应的用户自定义数据): Mix
】
refValue为用户自定义数据。 |
removeEventListener(type: String) |
none |
移除标注点的事件。 |