On Jul 21, 12:33 am, Shaunt <[email protected]> wrote:
> However, you'll notice a separate div on the right side with
> nothing but a search box in it. I want that div to be filled with a
> list of the coordinates from the results in the div on the left.

You have a good start with the line:

                  document.getElementById(latlng)

in the right place but it is throwing an error at the moment. Try:

document.getElementById("latlong").innerHTML +=
(markerLatLng.toUrlValue + "<br/>");

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to