Hi,
I'm trying to obtain the tile nodes/URLs used by Google Maps. For some reason, however, this code:
map.mapTypes.get(map.getMapTypeId()).getTile(new google.maps.Point(0, 0), 0, document).innerHTML
returns this:
<img style="width: 256px; height: 256px; -webkit-user-select: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; " src="http://maps.gstatic.com/intl/en_us/mapfiles/transparent.png">
which is clearly not the (0,0) tile at zoom 0. In fact, I've been unable to get getTile to return anything other than the above, even with different arguments.
Thanks,
Alexander (aka Sasha) Maryanovsky.