On Feb 12, 6:57 pm, Hector <[email protected]> wrote: > > I was reading the Event tutorials and on the last example link there > is a javascript error, indicating that the map.get_zone() method does > not exist. > > This is true because it should be map.getZone(), asi it is in the code > shown on the tutorial.
I suppose you mean getZoom(), and not getZone(). Anyway, it used to be get_zoom() but it has changed to getZoom(), probably to make it more consistent with V2. Remember, V3 is still in the Labs. -- Marcelo - http://maps.forum.nu -- > > The page is this > one:http://code.google.com/intl/es-MX/apis/maps/documentation/v3/examples... -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
