1. Change the location and size
  2. Increase the speed of the rotation

45° angle imagery tiles auto rotate

), zoom: 18, mapTypeId: google.maps.MapTypeId.SATELLITE, heading: 90, tilt: 45 }; map = new google.maps.Map(document.getElementById('map-canvas'), mapOptions); } function rotate90() { var heading = map.getHeading() || 0; map.setHeading(heading + 90); } function autoRotate() { // Determine if we're showing aerial imagery if (map.getTilt() != 0) { window.setInterval(rotate90, 4000); } } google.maps.event.addDomListener(window, 'load', initialize);
  1. Change the location and size
  2. Increase the speed of the rotation

45° angle imagery tiles auto rotate

  1. Change the location and size
  2. Increase the speed of the rotation

45° angle imagery tiles auto rotate