On 20 October 2011 04:00, ss ss <[email protected]> wrote: > http://e-response.com.my/maps/viewGeoFenceMapEdit.php?geoFenceID=70. You > will see the info window. The problem when I start to edit my geo fence it > goes away.
You need to tell it not to do that: the default behaviour is that a click on the map will close the infoWindow. There's an option you can set. http://code.google.com/apis/maps/documentation/javascript/v2/reference.html#GInfoWindowOptions.noCloseOnClick Possibly a better interface would be to put your form in a custom control which you can display on the map out of the way somewhere. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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?hl=en.
