Click here to Skip to main content
15,895,192 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
am working on an app that takes a drivers location at every point in time to display on a passengers map to know where he is.my problem is how to store the location data and at the same time display it to the user efficiently...
Posted
Comments
Richard MacCutchan 25-Mar-15 4:14am    
Impossible to say, since we have no idea how your app works. You probably need to use a database of some kind.
K_TENG 25-Mar-15 5:46am    
am working on an app for students on campus to access school shuttle service. the students need to see the position of a particular shuttle at each point in time so that they know which shuttle is near their location. also, the drivers can also view the position of students who need shuttle so that he picks them up.
Richard MacCutchan 25-Mar-15 7:55am    
Well that tells us what your app is supposed to do, but it does not explain what problem you want help with.
K_TENG 25-Mar-15 8:14am    
i want to know how to efficiently store and retrieve the drivers' location as they drive and plot it on the map for students to see...
Richard MacCutchan 25-Mar-15 8:40am    
Like I said, use a database; that's the most efficient way.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900