2015-06-21 178 views

回答

1

我通過將空閒監聽器(一次)解決了這個問題:

google.maps.event.addListenerOnce(this.gmap, 'idle', _.bind(function() { 
    this.activateTooltip(); 
}, this)); 

它等待,直到DOM加載定製控件包括在內。