ext js infoBubble未定义

时间:2013-08-20 16:27:55

标签: extjs google-maps-api-3 infobubble

我正在使用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',

                          });

可能是什么问题? 任何帮助都会被贬低,谢谢

1 个答案:

答案 0 :(得分:0)

尝试使用google.maps.InfoBubble而不是InfoBubble,我还会在必须删除的最后一个属性后看到“,”