モバイルでGooglemapを表示 その1

2011/04/27

なんでか今まで機会がなくて、やったことなかったモバイルでGooglemapを表示。
自分の備忘録。

Google Static Maps

<img src="http://maps.google.com/staticmap
center=33.589282,130.39268  //緯度、経度
&markers=33.589282,130.39268,red  //緯度、経度、アイコンの色(red,blue,green)
&zoom=15  //ズーム 0~19
&size=200x170  //MAPサイズ
&key=Google API key"  //APIkey
width="200" height="170"
class="imageframe" alt="Google Static Maps" /> 

【コピペ用】

<img src="http://maps.google.com/staticmapcenter=33.589282,130.39268&markers=33.589282,130.39268,red&zoom=15&size=200x170&key=Google API key" width="200" height="170" class="imageframe" alt="Google Static Maps" /> 

表示自体は、以外と簡単でひと安心。