The InfoWindow is a property of the GMap2 itself. See the API Reference for the methods: GMap2.openInfoWindow(latlng, node, opts?) & GMap2.openInfoWindowHtml(latlng, html, opts?)
So all you need is to have some sort of click event handler, get the latlng if appropriate and trigger the InfoWindow wherever you want! It doesn't have to be on a marker. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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 -~----------~----~----~----~------~----~------~--~---
