I'm attempting to convert some web pages which worked fine with the Maps V2 API to work with the Maps V3 API and having a few problems. One problem I'm really struggling with is an Invalid Argument exception which happens when I attempt to perform some action on the page (containing one or more maps) such as changing the display tab such that the tab containing the maps(s) is no longer displayed (I'm using .aspx pages so I have asp:View controls not jQueryUI tabs) or clicking a button which unhides some other content (a search box) on the page (which would cause the map(s) to move). The debugger says that the Invalid Argument arises in main.js line 18 character 205, which looks like this G[c]=Y(c=="top"?e:e+u-B);. I'm using IE8 BTW. Any ideas?
-- 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.
