On Apr 24, 11:27 am, prodata <[email protected]> wrote: > > Is there any way of defining the bounds of a displayed map exactly (v2 > API)? In other words what I ideally need to use is a non-integer zoom > level. Is this just impossible with v2 (or v3 if it might be an option > there?) and so I should just stop wasting time trying?
The tiles are the tiles. They are images of a fixed size and show the detail they do. Thus the scales are fixed. I've no idea about Version 3, although I believe the tiles are the same. Theoretically it's possible to alter the zoom: the API does it with animated zoom, but the API doesn't have a facility for resizing the tiles to alter the effective zoom level on a more-or-less permanent basis. I think you stop wasting time trying! -- 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.
