Hi Enoch
Thanks for the reply. It’s probably best to look at the template map which is used to generate the code for the user. This is at http://www.mapchannels.com/venuemap/template/map.htm The marker is set up in createMarker() at line 403 and the infoWindow is displayed by showInfoWindow() at line 560. I can strip down the code and send you a link tomorrow to a page with just the one map and no street view. I did try playing around with the creation order for the marker and info window but the same problem happened. It may be due to the fact that I’m not using Google Place IDs for the markers. In lines 405 – 418 I have this code to set up the properties required for markerOptions : // place information (location and name) for used by the Google signed-in bookmarking service var placeInfo = { placeId: null, location: pt, query: placeName }; // Add Marker Attribution Information var attributionInfo = { source: linkTitle, webUrl: linkURL }; var markerOptions = { position: pt, map: map, icon: markerURL, title: name, place: placeInfo, attribution: attributionInfo }; I’m guessing that there’s a different process for markers without a Google Place ID and that is causing the bug. It’s not a major issue but it would look a bit neater without the text flicker when the info window is launched. It only ever happens the first time the info window gets displayed. Best Regards Rob McMahon www.mapchannels.com From: google-maps-js-api-v3@googlegroups.com [mailto:google-maps-js-api-v3@googlegroups.com] On Behalf Of Enoch Lau (Google Employee) Sent: 07 December 2014 02:37 To: google-maps-js-api-v3@googlegroups.com Subject: [Google Maps API v3] Re: Issue with the new 'signed in' feature Can you point me to the relevant parts of your JS code please? In particular, how and when do you open the info window, and set the 'place' property of the marker? Enoch On Friday, December 5, 2014 11:59:20 PM UTC+11, Rob McMahon wrote: I have been using the new v3 API 'signed in' feature for a project I created at http://www.mapchannels.com/VenueMaps.aspx . Venue Maps let people create maps and streetview for a selected location and includes full source code. There is a small bug I noticed with the signed in feature. When the info window first loads the text 'Can't save this place to Google Maps' is displayed. About a second later (the time varies) this text is replaced by 'Save to Google Maps'. Screenshots of the issue are here: http://www.mapchannels.com/screenshots/venuemap-signedin1.jpg http://www.mapchannels.com/screenshots/venuemap-signedin2.jpg This isn't a major bug but it would look neater if only the 'Save to Google Maps' text was displayed. Can someone confirm this is an API bug and I will add it to the issue tracker. -- You received this message because you are subscribed to a topic in the Google Groups "Google Maps JavaScript API v3" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-maps-js-api-v3/L1_Tg_t9kGs/unsubscribe. To unsubscribe from this group and all its topics, send an email to google-maps-js-api-v3+unsubscr...@googlegroups.com. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. Visit this group at http://groups.google.com/group/google-maps-js-api-v3. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-maps-js-api-v3+unsubscr...@googlegroups.com. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. Visit this group at http://groups.google.com/group/google-maps-js-api-v3. For more options, visit https://groups.google.com/d/optout.