2012-05-30から1日間の記事一覧

KMLとして出力。Google Mapsの検索結果をそのまま利用。

【トイレの場所を表示するアプリについて】 - Google-Maps-API-Japan | Google グループ http://groups.google.com/group/google-maps-api-japan/browse_thread/thread/577c6c835b0e21c2?pli=1 ーーーーーーーーーーーーーーーーーーーーーーーーー Google M…

アイコン・ファビコンを作成するサイト20 http://netafull.net/lifehack/022164.html iPhone Style Icon Generator http://www.iconj.com/iphone_style_icon_generator.php

N

http://netafull.net/lifehack/022164.html iPhone Style Icon Generator http://www.iconj.com/iphone_style_icon_generator.php

国産のGoogleマップAPIを利用したWebサービス27+α - かちびと.net http://kachibito.net/web-service/27-googlemap-api-web-service.html

国産のGoogleマップAPIを利用したWebサービス27+α - かちびと.net http://kachibito.net/web-service/27-googlemap-api-web-service.html

mapAPIを記入せよ。でないとエラー(Couldn't get connection factory client )

Map API の記述場所は2つある。どちらかに必ず記入。でないと地図出ないよ。

① Javaファイルに記入。 //Mapビューの生成のときにAPIを記入する。 mapView=new MapView(this,API_KEY); setContentView(mapView); - ② XMLファイルに記入。