Wasn't it webmaster who wrote:

>I was partly confused before that the code given had "result" where
>mine has "response". I still don't understand why using Javascript
>would call for that difference.

In Javascript you can call the formal arguments of a function anything
you want. So I could write

  geocoder.getLocations(address, function (foo) { ... }

and then refer to foo.Placemark[0] and foo.Status.code within that
function.

-- 
Mike Williams
http://econym.org.uk/gmap


--

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