On Oct 10, 4:36 pm, "[email protected]" <[email protected]> wrote: > On Oct 10, 3:46 pm, "[email protected]" <[email protected]> > wrote: > > > On Oct 10, 2:30 pm, bsi <[email protected]> wrote: > > > > Hi All, > > > > About a month ago the infoWindow popups on our map stopped popping up. > > > No code has changed and no errors popup when the items are clicked, > > > just nothing happens. > > > > We've ran some test and found that it seems as though the our > > > addListener function is not firing on the MarkerIds. When we replace > > > the object in the addListener function to 'map', for instance, it > > > works fine. We've tested that the functions are still passing the > > > markerId successfully and all seems good. > > > > Our code loops through an array of locations to get their properties > > > (lat, long, hours of operation, etc) and sets the the marker location > > > based on the lat/long. As I've said this has been working for almost 2 > > > years and suddenly stopped. The search and the results of the search, > > > directions and everything else still works. > > > > Here is the code (with a sample array value) - the URL is > > >http://www.tacotimenw.com/findatacotime.aspx > > > > Thanks for any light you can shed on this. > > > You are using the "nightly/development" version of the API. Have you > > tried using 3.4 or 3.5 (one of the stable/frozen versions)? > > >http://code.google.com/apis/maps/documentation/javascript/basics.html... > > > Have you tried optimized: false on your markers (that will help if it > > is a CANVAS issue)? > > Seems that for you, the optional "scaledSize" argument to the > MarkerImage constructor is no longer optional, if I add that to a > local copy, it starts working.
Online version, points to most of the resources from your site. http://www.geocodezip.com/www_tacotimenw_com_findatacotimeA.html -- Larry -- 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.
