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

45° angle imagery tiles auto rotate

); var myOptions = { zoom: 11, center: myLatlng, mapTypeId: google.maps.MapTypeId.ROADMAP } var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions); var bikeLayer = new google.maps.BicyclingLayer(); bikeLayer.setMap(map); //--------------------------------------------------------------------------------- // Add the second map below by copying the code between the lines above. Remember to change to map_canvas2 and add the corresponding div in the body of the html. }

    Make a display with two maps:

  1. The first map would show the bicycle route at the smallest possible scale (the smallest scale at which the bike routes are still visible).
  2. The second map would be one zoom level above the first map. It would be the first map that does not display the bike routes.