See the google.maps.LatLng documentation: http://code.google.com/apis/maps/documentation/javascript/reference.html#LatLng
Note the lat() and lng() methods. Try something like this: var lat = latlng.lat(); var lng = latlng.lng(); ... BTW: Here is a forum for Maps JS API v3 discussions: http://groups.google.com/group/google-maps-js-api-v3/topics -- omr -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" 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-ajax-search-api?hl=en.
