Google Maps API メモ "this.topLeftTile.x is undefined ..."エラー
Google Maps API ネタです。
はじめに、
map.centerAndZoom(new GPoint(x, y), z);
で、マップを表示させてから、
map.addOverlay(marker);
しましょう。
じゃないと、
this.topLeftTile.x is undefined ...
ってなエラーがでてきちゃいますよ。
Google Maps API ネタです。
はじめに、
map.centerAndZoom(new GPoint(x, y), z);
で、マップを表示させてから、
map.addOverlay(marker);
しましょう。
じゃないと、
this.topLeftTile.x is undefined ...
ってなエラーがでてきちゃいますよ。