Skip to content
Advertisement

Tag: google-maps-api-3

Close all infowindows in Google Maps API v3 [duplicate]

This question already has answers here: Google Maps close previous Infowindow when another marker is clicked (1 answer) Google map API v3 – Add multiple infowindows (2 answers) Google Maps JS API v3 – Simple Multiple Marker Example (15 answers) Closed last month. I am busy with a script that will make a google maps canvas on my website, with

Load google maps v3 dynamically with ajax

When i try to load google maps v3 with ajax the result is: in the source code, i suppose that writes with javascript document.write(); how i can do this without iframe? thanks. Answer This is not supported. Please load the API using supported methods: http://code.google.com/apis/maps/documentation/javascript/tutorial.html#Loading_the_Maps_API

Advertisement