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.
ページが読み込まれると、情報バブルの位置が中央に表示されません。しかし、マーカー情報バブルをクリックすると、実際の位置が取得されます。
したがって、この問題は読み取り可能な問題を引き起こします。
http://jsfiddle.net/onurodemis/QxvPR/1/
この場合、私はバルーンを開くのを延期することに慣れています。考えられる方法の1つは、次のようにjavascriptsetTimeoutを使用することです。
http://jsfiddle.net/PuxT7/5/
たとえば、jquery $(document).ready()を使用すると、おそらく同じ結果が得られます。