使用 jquerymobile 的设备上不显示 Google 地图
你好,我有一个问题, 如果我尝试在桌面浏览器上使用 jquerymobile 显示地图,一切正常 但如果我尝试在设备上启动,地图不会显示。
我将地图密钥与密钥表单示例网站一起使用,我在其中找到了此解决方案,因为应用程序存储在移动设备中无法使用 Google 地图 API 密钥,因为仅适用于网站。
我还发现必须创建一个新的密钥库,但我不知道应该将该密钥放在哪里? 进入?
<script src="http://www.google.com/jsapi?key=ABQIAAAAahcO7noe62FuOIQacCQQ7RTHkUDJMJAZieEeKAqNDtpKxMhoFxQsdtJdv3FJ1dT3WugUNJb7xD-jsQ" type="text/javascript"></script>
还是其他地方?
我使用phonegap、jquerymobile 创建应用程序。
非常感谢您的任何建议。
Hello i have got a problem,
if I try to display maps with using jquerymobile on desktop browser is everything O.K.
But if I try launch on device maps are not displayed.
I using map key with key form example site where I found this solution, because app is stored in mobile cannot use Google maps API key, because is for websites only.
I found also that must create a new keystore, but i dont know where i should put this key?
Into?
<script src="http://www.google.com/jsapi?key=ABQIAAAAahcO7noe62FuOIQacCQQ7RTHkUDJMJAZieEeKAqNDtpKxMhoFxQsdtJdv3FJ1dT3WugUNJb7xD-jsQ" type="text/javascript"></script>
Or elsewhere?
I create app using phonegap, jquerymobile.
Thanks very much for any advice.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您使用的是 JS API V3 吗?来自谷歌地图文档:
“注意:此版本的 Google Maps JavaScript API 不再需要 API 密钥!”
我正在使用 jQuery Mobile 和 Google 地图,遇到了以下问题
map_canvas div高度及相关设置。你到底是什么问题
看到了吗,没有地图或者地图放错地方了? firebug 是否显示有什么问题?
我在此处的移动示例方面取得了巨大成功。尽管其中一些示例使用了密钥,但我不使用密钥。
Are you using JS API V3? From Google Maps Docs:
"Note: This version of the Google Maps JavaScript API no longer needs API keys!"
I am using jQuery Mobile and Google Maps, ran into problems regarding
map_canvas div height and related settings. What exact problem are you
seeing, no map or map in wrong place? Does firebug show anything amiss?
I've had great success with mobile examples here . I don't use a key even though some of these examples do.
该密钥(用于 Google 加载程序)用于 jquery-ui-map< /a> 插件示例。正如 Libby 所说,Google 地图 v3 不需要任何 API 密钥。
也许你应该开始接受一些答案......
That key (which is for the Google loader) is used in the jquery-ui-map plugin examples. As Libby said Google Maps v3 doesn't require any API keys.
Maybe you should start accepting some answers....