Summary
GoogleMapsを静止画で表示するためのAPI.Google Maps APIのキーが必要.
マーカーは複数設置することが可能.
URI
http://maps.google.com/staticmap?center=[中心の緯度],[中心の経度]
&zoom=[ズームレベル]
&size=[画像の横幅]x[画像の高さ]
&maptype=[mobile or roadmap]
&markers=[マーカーの緯度],[マーカーの経度],[色][アルファベット]
&key=[Google Map APIキー]
マーカーを複数設置する場合は,パイプ `|' をURLエンコードした `%C7' で区切る.
Reference
Google Code - Google Static Maps APIhttp://code.google.com/apis/maps/documentation/staticmaps/
via
ke-tai.org > Blog Archive > 「Google Static Maps API」を使って携帯でGoogleマップを表示するhttp://ke-tai.org/blog/2008/02/26/gmapstatic/