次を使用して、必要な場所の png 画像を取得します。
string.Format(
"http://maps.googleapis.com/maps/api/staticmap?center={0},{1}&zoom={2}&size={3}x{4}&maptype={5}&sensor=false",
latitude,
longitude,
zoomLevel,
width,
height,
(char)this.Type);
URL を介して画像にトラフィックまたは公共交通機関のオーバーレイを追加するにはどうすればよいですか? 代替 URL API はありますか?