I wonder if its what Andrew Leach said about caching a corrupt version of the API ... That has happened before. Anyone from Google have an idea on this?
On Mar 5, 10:28 am, Andrew <[email protected]> wrote: > Chris, I'm seeing the same thing as you in your example. > > No alert, just a JS error. > > My application is behaving the save way. > > On Mar 5, 9:07 am, Chris <[email protected]> wrote: > > > > > At a minimum shouldn't you get either the alert that says "issue" or > > "works"? > > > I get it using IE version 8.0.6001.18882 (with and without > > compatibility mode turn on). When I try it in Chrome version > > 4.0.249.89 (38071) nothing really happens and I see the same error in > > the javascript console. My coworker has Firefox version 3.5.8 and he > > doesn't get any of the alerts. > > > On Mar 5, 9:46 am, Andrew Leach <[email protected]> wrote: > > > > On Mar 5, 2:25 pm, Chris <[email protected]> wrote: > > > > > I tried debugging the code right before I do the check on the > > > > _data.code and it blows up before that > > > > What do you mean by "blows up"? At this line in your example's > > > callback function > > > if (_data.code != 200) { > > > _data.code is 600, and I get an "issue" alert. > > > > > so checking on NO_NEARBY_PANO > > > > doesn't seem to be the answer. The check on the _data.code happens > > > > after the call to Google but it seems that it's blowing up in the > > > > Google code and not when it gets back. Hence the error that is > > > > occurring which is Google's code: > > > > > 'undefined' is null or not an object main.js, line 1325 character 74 > > > > I don't get that error in your example, using Firefox or IE. If you're > > > using a different example, please post a link to that. -- 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.
