Guest User

Untitled

a guest
Jul 23rd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. function clearLocations() {
  2. infoWindow.close();
  3. for (var i = 0; i < markers.length; i++) {
  4. markers[i].setMap(null);
  5. }
  6. markers.length = 0;
  7.  
  8. markers[i].setMap(null);
  9.  
  10. map = new google.maps.Map(document.getElementById("map"), {
  11. center: new google.maps.LatLng(35.1611, -114.4775),
  12. zoom: 6,
  13. mapTypeId: 'roadmap',
  14. mapTypeControlOptions: {style: google.maps.MapTypeControlStyle.DROPDOWN_MENU}
  15. });
Add Comment
Please, Sign In to add comment