On Dec 5, 10:53 am, oakisland <[email protected]> wrote: > http://code.google.com/apis/maps/documentation/examples/map-maxzoom.html > > Problem #1 > > I see an "alert" in the source code, but I can't get it to trigger by > clicking on the map. Should clicking trigger an alert about the max > zoom at that click location?
It should, but only if the status is 200. The service is returning 403 "Forbidden". See Issue 1953 and 1935.http://code.google.com/p/gmaps- api-issues/issues/detail?id=1953 http://code.google.com/p/gmaps-api-issues/issues/detail?id=1935 You used the web interface to the Group, and the topic list shows a relevant thread at about position 10. > (On a side note, I'm curious why... if I am viewing Terrain at max > zoom (20) and then click Satellite, it changes to zoom 17. If I'm > over water, this also results in "sorry" tiles.) The different map types have different maximum zoom levels. In some places, "satellite" maps use low-level aerial photography and you can almost make out faces. > Problem #2 > > I'm trying to use getMaxZoomAtLatLng. When I code per the docs: > G_SATELLITE_MAP.getMaxZoomAtLatLng(point, blah blah...) > then Firebug tells me that > G_SATELLITE_MAP.getMaxZoomAtLatLng is not a function. Hm. That's what > the online docs and that sample show... Can't help with that without a link. The example doesn't show that error, so you must be doing something different. Please don't post code. Andrew -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. 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-api?hl=en.
