回答編集履歴
1
typo
test
CHANGED
@@ -48,7 +48,7 @@
|
|
48
48
|
|
49
49
|
> directions.calculate(completionHandler: {
|
50
50
|
|
51
|
-
(response:MKDirections.Response?, error:
|
51
|
+
(response:MKDirections.Response?, error:Error?) -> Void in
|
52
52
|
|
53
53
|
|
54
54
|
|