Hi, In the html file where I request the maps api, I add v=3.5 just before the sensor=
<script type="text/javascript" src="http://maps.google.com/maps/api/js?v=3.5&sensor=false"></script> I found it on this page and it worked for me. http://code.google.com/apis/maps/documentation/javascript/basics.html#Versioning Hope it helps, Peter On Tue, Jan 17, 2012 at 6:21 PM, Craig <[email protected]> wrote: > Hi, > > Sorry I'm quite new at this stuff. Can you please explain wha tyou > mean by v=3.5 > > Craig > > On Jan 17, 1:56 pm, petergran <[email protected]> wrote: > > Hi, > > My Markers stopped responding to mouseover events tonight with > > similar symptons. > > mouseover and click work until the first pan of the screen, then the > > hand cursor stays, the finger does not appear. > > This is onFirefox9.0.1 on Windws 7, OS-X and Linux. > > Safari and IE are working ok. > > > > Setting v=3.5 in my api request restored all operation to normal. > > > > Hope this helps, > > Peter > > > > On Jan 16, 8:32 pm,Craig<[email protected]> wrote: > > > > > > > > > > > > > > > > > Hi, > > > > > I've noticed that when using MozillaFirefoxto view the following > > > example code by Google: > > > > >http://code.google.com/apis/maps/documentation/javascript/examples/in. > .. > > > > > That clicking the marker doesn't bring up the balloon all the time, > > > the 'hand' symbol appears instead of the other 'finger pointer' > > > symbol. > > > > > Does anyone know a work around to this?, or is there something wrong > > > withFirefoxBrowser?, as this works fine in IE and Safari. > > > > > Regards, > > > > >Craig > > -- > 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. > > -- 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.
