Skip to content

Instantly share code, notes, and snippets.

View faisalchohan's full-sized avatar

Faisal Chohan faisalchohan

  • Cogilent Solutions
View GitHub Profile
@faisalchohan
faisalchohan / markers_google_maps
Last active December 21, 2015 15:49
Display markers on google maps from database.
<script type="text/javascript">
// use of visual refesh is recommended
google.maps.visualRefresh = true;
// main map object
var map;
// stores all the markers displayed on the map
var markersArray = [];