> If i use map.setZoom(15); after geoXml.gotoDefaultViewport(map) it
> doesnt runs..

No sign of that in your code snippet.
Since it takes time for KML to be loaded, your setZoom is probably
being run before the KML viewport is set.
You can either not use the default viewport, or you can listen for the
KML being loaded and then set your zoom.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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.

Reply via email to