facebook twitter hatena line email

「Google/Googlemap/GeoCoding」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
行6: 行6:
 
使い方
 
使い方
 
  https://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&key=[apikey]
 
  https://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&key=[apikey]
 +
レスポンスデータサンプル
 +
https://developers.google.com/maps/documentation/geocoding/intro?hl=ja

2016年8月4日 (木) 16:23時点における版

緯度軽度取得api作成

  1. プロジェクトを作成(https://code.google.com/apis/console
  2. Google Maps Geocoding API を選択
  3. apiキーを作成し保存しておく

使い方

https://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&key=[apikey]

レスポンスデータサンプル

https://developers.google.com/maps/documentation/geocoding/intro?hl=ja