You are using the MarkerManager for Google Maps for Flash to set different amounts of markers depending on the selected zoom level? You don’t want to specify the zoom level for each marker? Setting the zoom level makes sense if you have aggregated markers that relate to a couple of markers in a higher zoom [...]
Multi-level markers using Google Maps for Flash
September 30th, 2008 · 3 Comments
Topics: · flash, Flex, google maps, map, marker, multi-level
Adding custom info windows to Google Maps in Flex
August 20th, 2008 · 6 Comments
I just tried to create a custom info window for a Google Map using the Google Maps API For Flash. Unfortunately it does not seem to work as expected by setting the customContent property in an object of type InfoWindowOptions. Therefore I wrote this little workaround that creates a popup window: private function createInfoWindow(map:Map, marker:Marker, [...]