Hi there,

Concering zoom limits - I guesss Pamela has answered that one before,
here's a link to demo 
http://gmaps-samples-flash.googlecode.com/svn/trunk/demos/LimitedZoomDemo/srcview/index.html

Another way to do it is to extend the Map class and override zoom
setter (though I have not tested it).

Removing markers is up to your app only - I guess you have to check
map's getLatLngBounds()
and loop through the markers testing if the bounds containsLatLng
(point:LatLng)
http://code.google.com/intl/pl/apis/maps/documentation/flash/reference.html#Map.getLatLngBounds
http://code.google.com/intl/pl/apis/maps/documentation/flash/reference.html#LatLngBounds.containsLatLng

hope it helps :)

cheers,

ptrk
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API For Flash" 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-for-flash?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to