GPS application programmable from cf.net

  • Thread starter Thread starter spiazzi
  • Start date Start date
S

spiazzi

I'm searching an GPS apps that can be used in CF.NET
to get data from sqlce db and the trace a route from
point to point read from this db.
So I search a programmable apps that expose some API.
Some ideas?

Tom tom can be used?
 
I'm not sure if I know exactly what you are asking for.
You can use mappoint (costs alot though)

Here's a sample app for smartphone -- but I quickly adapted it to work on
PocketPc
http://www.codeproject.com/cs/webservices/MapPointSmartphone1.asp
This one http://www.codeproject.com/cs/webservices/MapPointSmartphone2.asp
actually does the route, so it's closer to what you were looking for.

http://www.microsoft.com/mappoint/products/webservice/default.mspx

I'm sure there are others, I think google has virtual earth or something
like that.

TomB
 
I haven't used TomTom myself, but one of my clients has a project
programmed in vb.net + TomTom for Pocket PC, so yes TomTom can be used.
You need to look yourself for the code though :-(

Regards,

Sachin Palewar

Palewar Techno Solutions
Pocket PC & Mobile Software Development
Nagpur, India

www.palewar.com
 
Check out http://www.franson.com

Look at GpsTools. I'm not sure if it will do everything you need, but it
offers a lot. I use it for one of my applications. There is a forum there
as well that you can ask questions directly to one of the main developers
and they are pretty responsive for support.

-G
 
Back
Top