Popup:表示信息窗口,可设置其高度、宽度等属性。
在已绘制marker的基础上,以下示例如何在Marker添加了一个Popup:
marker.bindPopup("Hello World").openPopup();