I have a person that travels all day, delivering stuff. We would like our ios app to ping/push a co-ordinance/long lat every 15 minutes, over an 8 hour day. Our server will store the long/lat with a timestamp in a db.. No problem there..
How hard would it be to then display the the data for that person to a google map, and connect the dots with lines, to show where that person went throughout the day? Can someone point me in the right direction? does delphi have some sort of access to a google api etc? Im not sure how that part is done..
Any ideas?
Last edit: Gordon 2014-04-15
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a person that travels all day, delivering stuff. We would like our ios app to ping/push a co-ordinance/long lat every 15 minutes, over an 8 hour day. Our server will store the long/lat with a timestamp in a db.. No problem there..
How hard would it be to then display the the data for that person to a google map, and connect the dots with lines, to show where that person went throughout the day? Can someone point me in the right direction? does delphi have some sort of access to a google api etc? Im not sure how that part is done..
Any ideas?
Last edit: Gordon 2014-04-15
Hi Gordon:
If I understood correctly, the route should be displayed in a "desktop" version of the program (not the iOS version).
So, maybe this link can be handy for you:
http://www.cadetill.com/gmlib_en/
Greetings
Looks great, thanks!