Google maps API - 如何检查浏览器兼容性?

时间:2011-10-21 15:55:15

标签: javascript google-maps google-maps-api-3 cross-browser

如何检查google API v3是否支持当前的浏览器?我需要一些功能来做这样的事情:

if (!FUNCTION_I_AM_LOOKING_FOR()) {
    alert('Sorry, your browser is not supported by Google Maps.');
    return;
}

我无法找到合适的功能in the API v3 reference

1 个答案:

答案 0 :(得分:2)

此功能目前在v3中不可用(在v2中称为GBrowserIsCompatible())。 gmail-api-issues tracker中存在一个问题。

按OP编辑:另请查看此处:Google Maps API v3 BrowserIsCompatible