API into Pocket Streets?

T

Tim Johnson

I'm developing an app that will interface directly with a GPS receiver in
order to do a number of special calculations and route tracking. But I'd
also like to feed the realtime GPS to a real-time map display (using the
MapPoint webservice is not an option for the client due to cost). My first
choice is Pocket Streets. I know that product can directly interface to the
GPS receiver itself, just by specifying the right COM port. But is there
any sort of automation API or even OCX-like way I could interact with
PocketStreets to feed it the GPS data I'm receiving, since I'd be
monopolizing the COM port? I can't find anything online about it if there
is. Or perhaps a different mapping product for which there is such an API?
Thanks!

--

Tim Johnson
High Point Software, Inc.
www.high-point.com
(503) 312-8625
 
P

Peter Foot [MVP]

There isn't an API into Pocket Streets and to be honest it's rather basic
anyway. I've used TomToms API and found it to be quite powerful. They
provide a C++ API which can be wrapped for .NETCF, if you would like to try
out a wrapper please let me know.
Another approach would be to use something like Franson's GPS Gate which
allows you to share a GPS device - it exposes a virtual COM port and you can
grab the location data through their API at the same time. Windows Mobile
5.0 has similar functionality built in as a native API, and again I have a
..NETCF wrapper for this, a version of which is included in:-
http://www.inthehand.com/windowsmobile.aspx

Peter
 
T

Tim Johnson

Peter, thanks for both suggestions, they look very interesting esp. the
shared com port solution.


--

Tim Johnson
High Point Software, Inc.
www.high-point.com
(503) 312-8625
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top