Posts by giovani07 • 36 points
3 posts
-
0
votes1
answer193
viewsA: Bookmarks in google maps searching database
Hello, It then makes the result of this database to be written in Json format, with php or the language you prefer. The data is in an array, which you then access with a loop. Check out this…
-
0
votes1
answer154
viewsA: Infowindow is always the same in all markers(javascript)
Hello, I ran a test using your code, just setting coordinates and it worked: https://jsfiddle.net/Luk72u4u/ But the ideal is that the information of markers and their respective infoWindows are in…
-
2
votes1
answer428
viewsA: Center Map with Multiple Markers
The question is old, but can still be useful to someone. Simply remove the references from Bounds(which are the limits) at the beginning: //var bounds = new google.maps.LatLngBounds(); And also…