You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have the same problem, but i have found this workaround.
To disable window just replace in file /js/google-maps.js at line 38 infowindow.open(map, marker);
by infowindow.close(map, marker);
Hope this help, but IMO a new parameter like data-showwindow must be greater.
Bertrand
If you put mouse on mark without click, a tooltip appear with "Hello World" text.
If i replace in file /js/google-maps.js at line 26 with title: window'
the tooltip show data-infowindow content with HTML codes.
As i'm not developer, i don't know how to obtain data-windowinfo without HTML codes.
To disable this, just comment in file /js/google-maps.js at line 26 /* title: 'Hello World!' */
Hello!
I have this code:
And I see the result:
How to disable bubble if message not set?
The text was updated successfully, but these errors were encountered: