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.
マーカーは、テキストのいくつかの段落を含むウィンドウを開きます。ユーザーがマーカーをクリックすると、マップ自体が再配置され (通常はマップが北に移動します)、ポップアップが表示されます。
この再配置アクションを防止する方法はありますか?
disableAutoPan オプションを設定します。
infowindow.setOptions({disableAutoPan: true});
ドキュメントはこちら