How can you get your current GPS coordinates in Google Android (JAVA source

m s

New member
code example appreciated)? I know there is an android.location.Location namespace, but I can't seem to access the needed functions like GetLatitude and the online docs say very little. I also tried Latitude lat = new Latitude() and it did not compile...how to I access functions like GetLatitude under the Android SDK?
 
Back
Top