hai Ross thank you very much. I am developing a web based GPS tracking system using PHP, MySQL, AJAX, Javascript. Users have a login page. Each users can have more than one vehicles. The details of each vehicle is stored in a database with the help GPS device (details include the speed, distance travelled, latitude, longitude, engine no, chassis no etc, etc). My job is to fetch the data from the database and produce it in the web application. So the end user can view all the details regarding his vehicle in real time.
I need to know 1. How to display vehicle in the map 2. to fetch and display the vehicle periodically 3. to display more than one vehicle with different icons. Hope u understand my question. Pls help me. regards Rahul R On Feb 16, 4:31 pm, Rossko <[email protected]> wrote: > > I am developing in PHP, AJAX, Javascript . So I have to collect all > > those vehicles of a particular user and plot it in the map. Can u help > > how can I i=frequently collect all those data from a database and > > display those in the map. > > It's still a vague question. > Break your requirement down into steps - > Make a webpage with a map. > Make a means to select data - buttons for the user, or anu data in the > map view etc. > Get that webpage to fetch data from your database. > Display that data on your map. > Trigger that fetch-and-display periodically. > ... etc etc > > How far have you got, which step are you having trouble with? Is it > someone else's job to get the GPS data into the database, or are you > asking about that as well? > > cheers Ross K --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
