Google Maps setMapType problem
March 26th, 2009
Calling map.setMapType(G_PHYSICAL_MAP) wasn’t doing anything. After a half hour of Googling, I ran across something: setMapType must be called after setCenter. It was some offhand comment in some mailing list I’ve since lost the link to.
I’m sure this fact is somewhere in the Google Maps API documentation, but I couldn’t find it.


