我正在使用Ext Js创建一个地图标记,并在点击时显示infoBubble。当我试图添加此代码时,我收到以下错误:未捕获的ReferenceError:infoBubble未定义
infoBubble = new InfoBubble({
content: '<div class="example">Some label</div>',
shadowStyle: 1,
padding: 10,
borderRadius: 5,
minWidth: 200,
borderWidth:1,
disableAutoPan: true,
hideCloseButton: false,
backgroundClassName: 'example',
});
可能是什么问题? 任何帮助都会被贬低,谢谢
答案 0 :(得分:0)
尝试使用google.maps.InfoBubble而不是InfoBubble,我还会在必须删除的最后一个属性后看到“,”