Google Maps API メモ "this.topLeftTile.x is undefined ..."エラー

2005-08-11 | tech

Google Maps API ネタです。

はじめに、

map.centerAndZoom(new GPoint(x, y), z);

で、マップを表示させてから、

map.addOverlay(marker);

しましょう。

じゃないと、

this.topLeftTile.x is undefined ...

ってなエラーがでてきちゃいますよ。