回答編集履歴
1
typo
answer
CHANGED
@@ -23,7 +23,7 @@
|
|
23
23
|
は
|
24
24
|
|
25
25
|
> directions.calculate(completionHandler: {
|
26
|
-
(response:MKDirections.Response?, error:
|
26
|
+
(response:MKDirections.Response?, error:Error?) -> Void in
|
27
27
|
|
28
28
|
もしくは
|
29
29
|
|