Google map api v3 projection?

前端 未结 2 557
傲寒
傲寒 2021-01-16 01:14

I would like to find out what projection is google map using is it EPSG:4326 or P900913 ? Also if you use the drawing tools what projection coordinates are generated?

相关标签:
2条回答
  • 2021-01-16 01:44

    Google Maps uses the Mercator projection for this purpose https://developers.google.com/maps/documentation/javascript/maptypes#WorldCoordinates

    0 讨论(0)
  • 2021-01-16 02:00

    EPSG3857 is the official designation.

    Interactive web maps are using "Spherical Mercator" system which uses Mercator projection on
    the sphere instead of WGS84 ellipsoid.

    More information

    0 讨论(0)
提交回复
热议问题