The line:
var address = document.getElementById("address").value;
Is using the value entered into the TextBox defined here:
<input id="address" type="textbox" value="Sydney, NSW">
And saving it as the local variable address. Which it then sends as the
address to the geocoder via:
geocoder.geocode( { 'address': address}
On Tue, Oct 5, 2010 at 11:29 AM, vic santoro <[email protected]> wrote:
> forgot , the link is rentmycity.com
>
> --
> 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]<google-maps-js-api-v3%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>
--
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.