Tag Archives: Google Maps API

Webサービス”まわりのつぶやき”をリリースしました

はじめてWebサービスをリリースしました。 名前は”まわりのつぶやき ( http://neighbor-tweets.com )“です。 現在位置のまわりのツイートを表示します。 スマートフォン … Continue reading

Posted in 未分類 | Tagged , , , , , , | Leave a comment

PHPでGoogle Maps APIを利用したい

前回、PHPでJavaScriptプログラムを実行することを試した。元々したかったのは、PHPで取得した位置情報をGoogle Mapにマークすることで、PHPで完結できたらいいなぁと思って調べてたら、php-googl … Continue reading

Posted in 未分類 | Tagged , , , , | Leave a comment

緯度・経度から住所を取得したい (Google Maps API)

Google Mapsの”逆ジオコーディング”ページにサンプルコード付きの解説があった。 住所→緯度・経度:ジオコーディング 緯度・経度→住所:逆ジオコーディング のよう。 google.maps … Continue reading

Posted in 未分類 | Tagged , | Leave a comment

Google Maps API 続き

Google Maps APIのHello world的なチュートリアルを以前やったので、今回はデベロッパーガイドを読みながらお試し。 Geolocation API(navigator.geolocation.getC … Continue reading

Posted in 未分類 | Tagged , | Leave a comment

Google Maps API

書籍:公開API活用ガイドの第9章にあるGoogle Maps APIをお試し。 確認:hello_googlemapsapi.html 参考サイト Google Maps JavaScript API V3 チュートリ … Continue reading

Posted in 未分類 | Tagged , | Leave a comment