Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 24th, 2012  |  syntax: None  |  size: 0.35 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Delete arrow from google map
  2. var myOptions = {
  3.   zoom: (specify zoom level),
  4.   center: (your map's center),
  5.   mapTypeId: google.maps.MapTypeId.ROADMAP,
  6.   disableDoubleClickZoom: false,
  7.   draggable: false,
  8.   overviewMapControl: false,
  9.   panControl: false,
  10.   scrollwheel: false,
  11.   streetViewControl: false,
  12.   zoomControl: false,
  13.   mapTypeControl: false
  14. }