質問編集履歴

1

コード

2022/01/19 02:31

投稿

dandadan
dandadan

スコア14

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,5 @@
1
1
 
2
+ ```swift
2
3
  //gesture(ピンチやズームなど)があった際は、追跡をOFFに
3
4
  internal func mapView(_ mapView: GMSMapView, willMove scrollaGestures: Bool) {
4
5
  if scrollaGestures {
@@ -12,6 +13,7 @@
12
13
  print("currentzoomlevel",currentzoom)
13
14
  }
14
15
  }
16
+ ```
15
17
 
16
18
 
17
19
  上記はアプリ上にGoogleマップを表示して