回答編集履歴

1

修正

2016/08/14 07:26

投稿

_Kentarou
_Kentarou

スコア8490

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```swift
6
6
 
7
- geocoder.reverseGeocodeLocation(location, completionHandler: { (placemarks, error) -> Void in
7
+ geocoder.reverseGeocodeLocation(location, completionHandler: { (placemark, error) -> Void in
8
8
 
9
9
 
10
10