Woah there Cameron that was like 5 questions in one :),
http://code.google.com/apis/maps/documentation/flash/reference.html#Polygon
In the reference it says they support mouse events so my guess is yes these 
are supported though I haven't personally used them (I've pretty much gone 
the route of create a custom overlay then do all your own business in there 
as I wasn't a huge fan of most of the provided implementations, and they 
weren't always simple to adapt to the particular scenarios our customer asks 
for).

So I guess this answers question 2 as well, you could attach a listener for 
the click event on the polygon and have it open an info window.

A marker can have an "icon" associated with it (which it only requires to be 
a display object so it could potentially be a label, not sure exactly how 
you'd get the data populated into there though), see the docs on it here:
http://code.google.com/apis/maps/documentation/flash/reference.html#Marker
basically how it works is a Marker has MarkerOptions and the MarkerOptions 
has an "icon" which can be whatever display object you want it to show at 
that location (how sizing/fine tuning positioning to center on the lat/lng 
works exactly I'm not sure, I'd imagine you just need to have a getter for 
width/height and the rest should be magic).

Okay maybe 5 was an exaggeration anyhow glad to see your excited about 
getting informed and building something with this, it's lots of fun (ya know 
after bugs).

Although the reference for the maps API isn't the prettiest thing to look 
at, if you stare at it long enough it all starts to make sense :).

Shaun

-- 
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