make a symbol? you mean to make a marker? There are steps you can try.
1. listen to map's MapMouseEvent.CLICK. In its event handler function, you will let a MapMouseEvent, which has a latLng - the lucky spot you just click on. 2. still in the event handler function, create an MarkerOptions, and set it to Marker, together with latlng you just got in previous step. then map.addOverlay(marker) 3. Since you have latlng, you just need to send it to server. For this, google 'Flex send xml to php'. Roughly, it is the idea. Juguang On Jun 23, 6:55 am, cahyo <[email protected]> wrote: > Hi all, > > I try google Maps API on Flex, I want to make a symbol with click > (mouse) on map, then the result will be save on local database, do you > have any suggestion for this ?? Verry appreciate if I can get your > reply > > thank's before > > cahyo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
