HTML ページに埋め込まれた Google Earth JavaScript プラグインを使用して、Google Earth プラグインの下にある一連の HTML リンクを使用して Google Earth ナビゲーションを複製することは可能でしょうか?
スライダーなしでズームボタン機能が必要です.4つの主な移動方向(上、下、左、右)と、ルックボタンのカメラの傾きのための上下。
回転は常に北にとどまることができます。その必要はありません。
ボタンのサンプル。
<div id="map3d" style="height: 400px;"></div>
<h3>Look</h3>
<a href="#" class="btn" id="up">up</a>
<a href="#" class="btn" id="right">right</a>
<a href="#" class="btn" id="down">down</a>
<a href="#" class="btn" id="left">left</a>
<h3>Move</h3>
<a href="#" class="btn" id="north">north</a>
<a href="#" class="btn" id="east">east</a>
<a href="#" class="btn" id="west">west</a>
<a href="#" class="btn" id="south">south</a>
<h3>Zoom</h3>
<a href="#" class="btn" id="zoomIn">Zoom In</a>
<a href="#" class="btn" id="zoomOut">Zoom Out</a>