質問編集履歴
1
誤字
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
google geocodeを使って住所から経度緯度を取得するファイルの作成
|
1
|
+
いgoogle geocodeを使って住所から経度緯度を取得するファイルの作成
|
test
CHANGED
@@ -120,7 +120,7 @@
|
|
120
120
|
|
121
121
|
);
|
122
122
|
|
123
|
-
$lat_long=file_get_contents(dirname(_FILE_)."/geocode.php" . '?' . $data,false,stream_context_create($options));
|
123
|
+
$lat_long=file_get_contents(dirname(_FILE_)."/geocoder.php" . '?' . $data,false,stream_context_create($options));
|
124
124
|
|
125
125
|
var_dump($lat_long);
|
126
126
|
|