The geographic map projection implemented with the Google Maps API. This is also called the Euclidean or flat projection. We simply map the point with latitude phi a longitude theta to the cartesion point (theta, phi). Here is the code for this map.