15 lines
648 B
HTML
15 lines
648 B
HTML
---
|
|
template: "example.html"
|
|
title: "Full screen drag rotate and zoom example"
|
|
shortdesc: "Example of drag rotate and zoom control with full screen effect."
|
|
docs: >
|
|
<p>Hold down <code>Shift</code> + drag to rotate and zoom. Click the button in the top right corner to go full screen. Then do the <code>Shift</code> + drag thing again.</p>
|
|
<p>If there is no button on the map, your browser does not support the <a href="http://caniuse.com/#feat=fullscreen">Full Screen API</a>.</p>
|
|
tags: "full-screen, drag, rotate, zoom, bing, bing-maps"
|
|
---
|
|
<div class="row-fluid">
|
|
<div class="span12">
|
|
<div id="map" class="map"></div>
|
|
</div>
|
|
</div>
|