在地图上显示 GPS 位置数据
我正在开发一个 GPS 跟踪系统。我已经成功开发了 TCP 服务器,它以 NMEA 格式捕获数据并相应地对其进行分割,然后将数据存储在 mysql 数据库中。纬度和经度采用十进制度格式。我现在尝试使用 PHP 开发客户端应用程序。如何在应用程序上添加/集成地图,以便当您选择特定设备/车辆/资产时它会在地图上显示位置?
I am developing a GPS tracking system. I have managed to develop the TCP server that captures the data in NMEA format and split it accordingly then stored the data in a mysql database. The lat and long are in Decimal Degree format. I now trying to develop a client application using PHP. How can I add/integrate a map on the application such that when you select a specific device/vehicle/asset it displays the position on a map?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您谈到普通的网络应用程序,您可以使用 Google 地图 API - I可以说这是当今最常用的一种。
If you speak about normal web application, you can use the Google maps API - I'd say it's the most commonly used one today.