質問編集履歴
1
エラーの箇所は self.googleMaps.camera = cameraのところです
title
CHANGED
File without changes
|
body
CHANGED
@@ -40,6 +40,7 @@
|
|
40
40
|
//Your map initiation code
|
41
41
|
let camera = GMSCameraPosition.camera(withLatitude: -7.9293122, longitude: 112.5879156, zoom: 15.0)
|
42
42
|
|
43
|
+
エラー!!!!!
|
43
44
|
self.googleMaps.camera = camera
|
44
45
|
self.googleMaps.delegate = self
|
45
46
|
self.googleMaps?.isMyLocationEnabled = true
|