On Mar 1, 11:22 am, Rossko <[email protected]> wrote: > > marker.openInfoWindowHtml(marker.getLatLng()); > > This expects some HTML to work with, not a GLatLng object.
Actually, it expects a string. That code will display the coordinates of the marker in the infoWindow. > > If you open an infowindow on a marker, the API knows where to put it ; > you don't need to give it a latlng. It does need some text or HTML > for the content though; > http://econym.org.uk/gmap/basic1.htm > > cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
