On Dec 2, 7:54 am, Jesse Osborne <[email protected]> wrote: > Actually, I think I posted this in the wrong forum; it should have been > in the geocoding API forum. My apologies.
Actually, the v2 group would be another choice. The code you posted is from the v2 API. http://groups.google.com/group/google-maps-api Be aware of the posting guidelines which ask for a link to a map rather than code. This (totally untested): marker.openInfoWindowHtml(address+"<br>"+marker.getLatLng()); should give you the geographic coordinates on a line under the address in the infowindow. -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
