teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

エラーの箇所は self.googleMaps.camera = cameraのところです

2020/02/13 15:39

投稿

BichaSoken
BichaSoken

スコア13

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