Friday, February 03, 2006 2:43 PM
by
mearls
GPS Intermediate Driver Reference for Windows Mobile 5
My Bluetooth dock for the Microsoft GPS will arrive soon and I’ll need to read up on how to get GPS coordinates from it for a few applications that I’m building for my Palm Treo 700w. I’m not doing anything that hasn’t been discussed before, but I still want to have certain features. I’ll log my findings here.
In the mean time, it took me longer to find the documentation on the GPS than it did to write the code, so I’m posting this here for easy reference (and search engine indexing to make it easier to find in the future).
From the GPS Intermediate Driver Reference:
The GPS Intermediate Driver is useful to developers writing applications that use GPS (Global Positioning System) devices as well as to GPS hardware manufacturers. It is useful because it provides an intermediate layer that abstracts the actual GPS device from developers and manufacturers. Ideally, this enables application developers to write code that works with any GPS hardware, and GPS device manufacturers to produce hardware that works with any application.
All of the GPS Intermediate Driver documentation should be useful for both application developers and device manufacturers. With that said, the GPS Intermediate Driver Application Development topic (and subtopics) may be of special interest to application developers. These topics provide information about using the GPS Intermediate Driver from an application. Of most interest may be the Accessing Parsed GPS Data and Accessing Raw GPS Data topics, which explain how to write code that uses GPS Intermediate Driver location data.