On Feb 20, 12:23 pm, Tom <[email protected]> wrote: > Yeah, the problem with my solution was that the doContinuousZoom on > the zoomOut method worked nicely (assuming the tiles are cached), but > zoomIn didn't do the nice interpolated zooming.
For all I know, it is the other way around, The zoomIn() works better thanks to some undocumented parameters. But I could be mistaken. Here's a test I made long ago. Notice that you need to read what's written on the the page first! ;-) http://maps.forum.nu/temp/gm_fly_over.html See the undocumented parameters in Mike's unofficial reference: http://econym.org.uk/gmap/reference.htm -- Marcelo - http://maps.forum.nu -- > > I would love to hear if there is a better way of doing this (or a fix > in v3 perhaps?). > > Tom > > http://www.cannonade.net/dev > > On Feb 20, 7:39 am, MapsRus <[email protected]> wrote: > > > > > Has anyone come up with a cool way to support Google Earth type zoom > > animations via the Google Maps API? This guy has come close, but no > > cigar: > > >http://www.cannonade.net/geo.php?test=geo2 > > > Cheers, > > > M -- 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.
