Latitude values range from -90 to + 90. I am simply creating a GeoPoint (Google APIs 2.1 update 1) with int lat = 85000000; int lon = 179000000; GeoPoint p = new GeoPoint(lat,lon);
But p.getLatitudeE6(); is returning 80000000 ? Longitude is correct. Any ideas what's going wrong here. Is the range for geopoint latitude is from -80 to + 80? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

