Courier Tracking Software - GPS - iPhone
I am developing a delivery management system that allows the dispatcher to keep track of where their couriers are located throughout the city and be able to send addresses to couriers, which will give them directions, etc. I am developing a backend in ASP.Net/MSSQL and I am looking for an iPhone app that can get me started with GPS tracking stuff.
Anyone familiar with this and suggesting some suggestions for decent software? It doesn't have to be free software.
Thanks!
a source to share
Titanium Appcelerator might be what you need. Coming from the ASP.Net/javascript background, it's pretty easy to migrate to Titanium. Combine the built-in libraries for geolocation and web services, and you can easily communicate your courier positions using a timer for web service.
Link: http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.Geolocation-module
a source to share