用于事件报告的 Google 地图
是否可以使用 Google 地图进行事件报告?
这就是我想要做的:正在运行的程序将一些数据发送到谷歌服务器以更新地图上的“对象”。对象需要更改颜色和弹出信息。 然后,用户(最好有登录名和密码)查看使用上述程序发送的信息实时更新的谷歌地图。
可以这样做吗?
Is it possible to use Google maps for event reporting?
Here's what I want to do: a running program send some data to google server to update the "objects" on a map. The objects needs to change color and popup information.
Then, an user (preferably with login and password) view the google map updated in real time with the information sent by the program above.
Is it possible to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是可以做到的。这是一个示例: http://www.phillywatersheds.org/what_were_doing/documents_and_data/live_data/ csocast
该系统从监控网络获取数据,对其进行处理并根据数据值更新地图上的标记。
您的场景的唯一问题是地图必须可公开访问才能使用 Google Maps API。否则,您必须付费才能使用 Google 地图专业版许可。
Yes, it is possible to do that. Here is an example: http://www.phillywatersheds.org/what_were_doing/documents_and_data/live_data/csocast
This system takes data from a monitoring network, processes it and updates the markers on the map depending on the values of the data.
The only problem with your scenario is that the map must be publicly-accessible to use the Google Maps API. Otherwise, you have to pay to use the Google Maps Premier License.