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?
Google Maps uses the Mercator projection for this purpose https://developers.google.com/maps/documentation/javascript/maptypes#WorldCoordinates
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