Appearance
消息提示框,和覆盖物联合使用,当鼠标 moveenter 时会显示
警告
Tooltip 一般不用独立创建使用,其一般都是通过 Overlay 来绑定
消息提示框
var point = new YY.Point(lnglat); point.bindTooltip("this is text");