@barryhunter:
Good suggestion, but it appears that I am passing floats (and not strings).
But I realized that I was loading the //maps/googleapis.com/maps script
twice on the same page -- fixing that makes the problem -- er -- different.
Now I'm seeing the script work the first time and fail thereafter. More
specifically, the async callback to
maxZoomService.getMaxZoomAtLatLng()
gets called the first time the page is loaded. But if I reload the page,
the callback never happens (at least, it doesn't trigger a breakpoint in
Chrome's debugger), and I get a
Uncaught TypeError: Cannot read property 'value' of null
error from within
%7Bcommon,util,controls,places_impl,maxzoom%7D.js:4
after my function returns. Curiouser and curiouser.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-maps-js-api-v3/-/-JljLyjoAEIJ.
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.