类列表



类 BigMap.Label

Constructor Attributes Constructor Name and Description
BigMap.Label(text, options)
Label的构造函数
方法
方法属性 方法名称和描述
[getElement 获取html]
[getOffset 获取位移]
获取当前位置
setElement(html)
[setElement 设置html]
setOffset(offset)
[setOffset 设置位移]
setPosition(pointcoord)
[setPosition 设置当前位置]
setStyle(options)
设置文字标注的样式
show()
设置显示Label
hide()
设置隐藏Label
on(options, callback, obj)
[on 绑订事件]
un(options, callback, opt_this)
[un 解绑事件]
类 详情
BigMap.Label(text, options)
Label的构造函数
Parameters:
{string} text
要显示的文本
{json} options
额外的参数
{
   point:"BigMap.point 点坐标",
   offset:"array 偏移数组"
}
方法详情
{html} getElement()
[getElement 获取html]
Returns:
{html} [HTML代码]

{array} getOffset()
[getOffset 获取位移]
Returns:
{array} [位移]

getPosition()
获取当前位置

show()
设置显示Label

hide()
设置隐藏Label

on(options, callback, obj)
[on 绑订事件]
Parameters:
{string} options
传入参数(click mouseover mouseout等)
{Function} callback
自定义事件
obj

setElement(html)
[setElement 设置html]
Parameters:
{html} html
[HTML代码]

setOffset(offset)
[setOffset 设置位移]
Parameters:
{array} offset
[位移]

setPosition(pointcoord)
[setPosition 设置当前位置]
Parameters:
{BigMap.Point} pointcoord
[当前位置]

setStyle(options)
设置文字标注的样式
Parameters:
options

un(options, callback, opt_this)
[un 解绑事件]
Parameters:
{string} options
传入参数(click mouseover mouseout等)
{Function} callback
自定义事件
opt_this

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Oct 19 2016 13:15:54 GMT+0800 (CST)