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 positi开发者_如何学运维on on a map?
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.
精彩评论