Here is another example in vb.net:
http://msdn.microsoft.com/
Main Topics
Browse All TopicsHi,
I'm developing my application on Windows Mobile platform.
How do I extract GPS data from EXIF from a jpeg file?
I used the sample code from
http://www.windowsmobiledn
but I was only able to extract data other than data for GPS.
When I try to extract GPS data, it returns blank data.
Anyone know why this is happening?
thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Here is another example in vb.net:
http://msdn.microsoft.com/
There is a C++ library for EXIF here:
http://www.exiv2.org/
Check out "Image Properties Revealed" at http://www.codeguru.com/cp
This code (http://www.codeguru.com/c
PropertyTagGpsVer,
PropertyTagGpsLatitudeRef,
PropertyTagGpsLatitude,
PropertyTagGpsLongitudeRef
PropertyTagGpsLongitude,
PropertyTagGpsAltitudeRef,
PropertyTagGpsAltitude,
PropertyTagGpsGpsTime,
PropertyTagGpsGpsSatellite
PropertyTagGpsGpsStatus,
PropertyTagGpsGpsMeasureMo
PropertyTagGpsGpsDop,
PropertyTagGpsSpeedRef,
PropertyTagGpsSpeed,
PropertyTagGpsTrackRef,
PropertyTagGpsTrack,
PropertyTagGpsImgDirRef,
PropertyTagGpsImgDir,
PropertyTagGpsMapDatum,
PropertyTagGpsDestLatRef,
PropertyTagGpsDestLat,
PropertyTagGpsDestLongRef,
PropertyTagGpsDestLong,
PropertyTagGpsDestBearRef,
PropertyTagGpsDestBear,
PropertyTagGpsDestDistRef,
PropertyTagGpsDestDist,
Would like to add http:#19783932 to the list of possible solutions.
Business Accounts
Answer for Membership
by: jaime_olivaresPosted on 2007-08-28 at 01:05:53ID: 19781117
I have never tried to extract gps data programatically, but have a look to this article about Exif Tools: .ca/~phil/ exiftool/T agNames/ GP S.html
.ca/~phil/ exiftool/
http://www.sno.phy.queensu
Where is stated: "...GPS tags are part of the EXIF standard, and are stored in a separate IFD within the EXIF information."
Exif Tools is a library written in Perl, you can review it at:
http://www.sno.phy.queensu