質問編集履歴
1
エラー文の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,4 +38,16 @@
|
|
38
38
|
|
39
39
|
|
40
40
|
|
41
|
+
エラー文
|
42
|
+
|
43
|
+
1、Cannot use optional chaining on non-optional value of type 'Any'
|
44
|
+
|
45
|
+
2、Value of type 'Any' has no member 'points'
|
46
|
+
|
47
|
+
3、Value of type 'Routes' has no member 'overview_polyline'
|
48
|
+
|
49
|
+
4、Value of type 'ViewController' has no member 'mapView'
|
50
|
+
|
51
|
+
|
52
|
+
|
41
|
-
|
53
|
+
これらのエラーはself.mapview~の箇所に表示されるのですが、この記事が少し古いのが原因でしょうか?
|