谷歌地图扮演导航员的角色

发布于 2024-12-13 17:48:17 字数 183 浏览 0 评论 0原文

伙计们! 我有以下问题。

我正在编写一个应用程序,它将跟踪用户和其他选项的移动。 我打算为此使用谷歌地图。 我假设以某种方式将 GPS 坐标发送到谷歌地图服务器。 问题是我是否需要始终重新初始化并加载地图。

如果不重新启动就可以做到这一点,那就太好了。 因为这个应用程序是移动的,所以我希望避免大量流量并获得快速响应。

guys!
I have follow question.

I am writing an application that will track movement of user + other options.
I plan to use Google maps for this.
I assume to send in some way gps coordinates to the google maps server.
The question is do I need to be always re-initialize and load the map.

It would be nice to do it without restarting.
Because this application is mobile I would like to avoid a lot of traffic and have a quick response.

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

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

发布评论

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

评论(1

失而复得 2024-12-20 17:48:17

您想通过这个应用程序实现什么目标?从你的问题来看

我是否需要始终重新初始化并加载地图

您似乎正在考虑直接访问 Google 地图网站。编写应用程序的理想方法是使用 Google Maps API。它还取决于您是否正在将应用程序开发到 Android、iOS 还是完全不同的平台。对于 Android,您可以查看此处。为了避免大量流量,您可以为您的移动应用构建一个后端会说话。

What are you trying to accomplish with this app? From your question

do I need to be always re-initialize and load the map

it seems you're thinking about accessing the Google Maps website directly. The ideal way to write an application would be to use the Google Maps APIs. It also depends if you're developing your application to Android, iOS or a completely different beast. For Android you can take a look here. To avoid a lot of traffic, you can build a backend that your mobile app would talk to.

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