Posts by Samuel Oliveira • 11 points
1 post
-
1
votes0
answers694
viewsQ: How to show and hide bookmarks in Google Maps with Mysql?
I made a site with Google Maps that used each position of an array for each marker... var map; var markers = []; function initMap() { var uluru = {lat: -23.9651447, lng: -46.3838347}; map = new…