Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
パノラマビューがあります。「linksControl:true」で矢印を表示しているのですが、この矢印の通り名を無効にする方法を教えてください。APIのv3を使用しました。
私は同じことをしようとしていて、それについてばかでした。非常に単純な css ルールを使用すると、非常に簡単であることがわかります。このマークアップがある場合:
<body style="width: 100%; height: 100%;"> <div id="pano" style="width: 100%; height: 100%;float:left"></div> </body>
次の CSS ルールを追加するだけです。
#pano text { display: none; }