Google Static Maps API

初めて Google Static Maps API を使ってみました。
(API Keyの必要なし)

http://maps.google.com/maps/api/staticmap?&center=香川県高松市幸町1-1&zoom=15&size=185x185&sensor=false

imgタグで呼び出せばー(日本語はエンコードが必要です)

<img src="http://maps.google.com/maps/api/staticmap?&center=%E9%A6%99%E5%B7%9D%E7%9C%8C%E9%AB%98%E6%9D%BE%E5%B8%82%E5%B9%B8%E7%94%BA1-1&zoom=15&size=185x185&sensor=false">

実行結果:


ref:

Static Maps API V2 デベロッパー ガイド - Google Maps API — Google Developers
Google Static Maps API入門