Before I dive into this project I want to poll this group and see if it's worth doing (or even possible.) We're working on a mapping project and one of the things that was suggested at a meeting today was some kind of interface showing specific items around a specific address. Breaking it down, I'm looking at:
a) display a specific zoom level around a LatLng point b) able to zoom (either in or out) to specific levels (say 4 levels out and 4 levels back in) and have a different set of markers displayed based on the zoom level - however we don't want to use the default zoom tool, but rather display clickable toggles on a sidebar for the specific levels - so we control what the visitor gets to see (see item D below) c) markers, when hovered over, should pop up a custom info window with information (that we put in) - I suppose that can also be click events but they prefer to just hover over them (onmouseover and onmouseout type of events) d) have a sidebar with toggles for turning on/off (other) custom markers/polylines/etc. - like we would be displaying location of specific bus stops, bus routes in the area, specific drop off area, parking lots, walk/bike paths, etc., etc. Now, I can easily create this using the JavaScript API, but I'm a glutton for pain and would love to try creating this in Flash. Suggestions, comments are welcome. -- 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.
