@@ -55,6 +55,8 @@ class MapAmapThemeControl: UIViewController {
}
map.delegate = self
+ map.isRotateCameraEnabled = false
+ map.isRotateEnabled = false
map.mapType = .standard
map.showsUserLocation = false
map.userTrackingMode = .none