Google Maps API for Flex

September 9th, 2008 · 9 Comments

As I pointed out before, it’s unfortunately not possible to use Flex components as info windows for Google Maps. Another issue is that the map is not available as a Flex component itself, therefore it’s a bit complicated to use it in Flex. So I thought to address these issues in a little Google Maps [...]

[Read more →]

Topics: · , , , , , , ,

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, [...]

[Read more →]

Topics: · , , ,