Re: [android-developers] Which Reference System is used by the Google Maps Api

2011-05-06 Thread Pepijn Van Eeckhoudt
It doesn't seem to be documented but I would assume they are using WGS-84. GeoPoints are as a lon/lat coordinate so that rules out usage of projected grid coordinates. The correct definition of the 'google projection' can be found in epsg:3857. That essentially says to project WGS84 ellipsoid

Re: [android-developers] Which Reference System is used by the Google Maps Api

2011-05-05 Thread Julian
Anyone? 2009/11/25 Mathias mathias.menningh...@googlemail.com Hi, which Spatial Reference System is used by the Google Maps API and in which Reference System are the GPS coordinates to be received by a LocationProvider? I only can assume that the Location Services use WGS84, or EPSG:4326.