Hi there,
I am a mobile software developer working on a GPS driven project. One of the requirements of the project is loging the status of roadside items while driving along (approx 50mph, item every 40 meters). We have a data structure in place to allow us to log the status of these items and a GUI in a standard WinForms application in an ordered list. However, with growing complexity of the data, there has been a request to view it as a scrolling map. I was wondering would the following be possible with the TomTom API and your wrapper?
1 ) Open up a survey/pre-planned route on the device
2 ) Add a large amount of POIs or items onto the map at GPS locations
3 ) Drive along and if there is a status change on one of these items click it on the map
4 ) Once clicked launch Pop-Up
5 ) On hitting a pop up button log data into an SQL Server CE database on the device (i.e. recording item number (string associated with item), GPS location, current DateTime and possibly some other data)
We really want TomTom esq position tracking/map GUI functionality within our own application as opposed to slightly tweaking TomTom. Do you think this would be possible?
Ideally we would embed the scrolling map within our existing WinForms application, and could just call functions already in there and pass them some data depending on what the item clicked is.
Thanks very much,
Mark