I am developing map application in mobile flex project in this mobile flex project using google maps in this application i am generating google map and zoom in,zoom out controls and i am click the map open windows and this window display lat,lon details
i am using this code for map info window:
map.openInfoWindow(event.latLng,new InfoWindowOptions({title: " Tap on button ",content:"Lat and Lan"+rtitle.toString()}));
in this window how can add the button and button click event also
please forward some solution thank in advance Narasimha