Fixed a bug in geo coordinate display, where we were always tacking on "deg N" and...
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 3 Dec 2008 16:14:56 +0000 (16:14 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 3 Dec 2008 16:14:56 +0000 (16:14 +0000)
commit1cb9ba9066f4f646cc2764e5138c7fa93bc9944f
tree97ec97d76d1b0a4150a2d13ad1e10fd9a5674f8c
parent489d4f726563ec74995fc755c96bb2b170021652
Fixed a bug in geo coordinate display, where we were always tacking on "deg N" and "deg E", which doesn't make sense. Really, N/S/E/W needs to be determined by sign, and the sign removed for W and S. However, since none of that can be translated easily, I removed it, and we now just print lat, long which is an acceptable standard.

I also bumped the Android client to v2.4 final.

git-svn-id: http://zxing.googlecode.com/svn/trunk@776 59b500cc-1b3d-0410-9834-0bbf25fbcc57
android/AndroidManifest.xml
core/src/com/google/zxing/client/result/GeoParsedResult.java