Vincent, I agree that it is annoying that the view goes to maximum zoom. Larry gave you a good suggestion. I will give you an other one. Why not limit the maximum zoom of the autoZoom mechanism by something like:
map.setZoom(Math.min(calculatedZoom, 14)); --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
