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

发布于 12-11 00:23 字数 333 浏览 0 评论 0原文

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

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

我无法找到合适的函数 API v3 参考

How do I check if google API v3 supports current browser? I need some function to do something like this:

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

I wasn't able to find appropriate function in the API v3 reference

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无尽的现实2024-12-18 00:23:53

此功能当前在 v3 中不可用(在 v2 中称为 GBrowserIsCompatible())。 gmail-api-issues 中提交了一个问题跟踪器

由OP编辑:另请参阅此处:Google Maps API v3 BrowserIsCompatible

This functionality is currently not available in v3 (it is called GBrowserIsCompatible() in v2). There is an issue filed in the gmail-api-issues tracker.

Edit by OP: Also look here: Google Maps API v3 BrowserIsCompatible

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文