On Dec 5, 11:28 am, oakisland <[email protected]> wrote:
>
> My citing the docs as an illustration of the phrase I mimiced... it's
> part of communicating like a human. I was well aware of your code/
> link interest :)
>
> In my map, enter a location like "Palau" in the second box. There's no
> visible response/action. Firebug cites "not a
> function."http://phoons.com/cgi/testmap.pl
What happens if you use an anonymous function like the documentation?
Instead of
function xyza(response) {
use
function (response) {
Your named function behaves differently and uses the geocoder response
instead of the getMaxZoom response. The structures of the responses
don't match and it crashes trying to get the status.
Andrew
--
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.