質問編集履歴

3

print\(json\.request\)の出力結果の追加

2016/07/03 13:43

投稿

tommy19970714
tommy19970714

スコア71

test CHANGED
File without changes
test CHANGED
@@ -91,3 +91,11 @@
91
91
  }
92
92
 
93
93
  ```
94
+
95
+ print(json.request)にて,出力される値は以下になります.
96
+
97
+ ```swift
98
+
99
+ Optional(<NSMutableURLRequest: 0x13ab7e490> { URL: https://maps.googleapis.com/maps/api/place/nearbysearch/json?key=***&location=139.7228396473%2C35.6469954082&name=cruise&radius=500&types=food })
100
+
101
+ ```

2

2016/07/03 13:43

投稿

tommy19970714
tommy19970714

スコア71

test CHANGED
@@ -1 +1 @@
1
- [swift]google Places api リクエストエラー
1
+ [swift]google Places apiでのリクエストエラー
test CHANGED
File without changes

1

タイトルの変更

2016/07/03 09:05

投稿

tommy19970714
tommy19970714

スコア71

test CHANGED
@@ -1 +1 @@
1
- [swift]google Places api
1
+ [swift]google Places api リクエストエラー
test CHANGED
File without changes