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. You can examine my latest attempt at http://www.maryanovsky.com/sasha/tmp/gmtest/ Thanks, Alexander (aka Sasha) Maryanovsky. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/6piyv2QTofYJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
