如何在智能设备应用程序中添加谷歌地图?
我正在开发智能设备应用程序。我想知道我们是否需要使用html形式或窗口形式来实现google地图?我们可以在智能设备移动应用程序中同时添加静态地图和动态谷歌地图吗?您能否为我提供一个超链接,从中我将获得如何在智能设备应用程序中实现谷歌地图的逐步说明?
I am developing smart device application. I want to know whether we need to implement the google map by using html form or window form? Can we add both the static map and dynamic google map in smart device mobile application? Can u provide me a hyperlink from which i will get step by step description of how to implement the google map in smart device application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Google Static Maps API 或 Google Maps API 版本 3,该版本经过优化,可以在移动设备中使用。如果您需要交互性,请使用 Maps API v3。当您只想显示静态地图时,请使用静态 api。
http://code.google.com/apis/maps/documentation/staticmaps/< /a>
http://code.google.com/apis/maps/documentation/ v3/
从那里您可以获取开发人员指南、教程和 API 参考。
You can use either Google Static Maps API or Google Maps API version 3, which is optimized to be able to be used in mobile devices. If you want interactivity, use the Maps API v3. When you just want to show a static map, use the static api.
http://code.google.com/apis/maps/documentation/staticmaps/
http://code.google.com/apis/maps/documentation/v3/
From there you can get to the developer's guide, tutorial, and api reference.