diff options
-rw-r--r-- | iosApp/iosApp/Map/BaseMapView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iosApp/iosApp/Map/BaseMapView.swift b/iosApp/iosApp/Map/BaseMapView.swift index bf2c82b..b247c30 100644 --- a/iosApp/iosApp/Map/BaseMapView.swift +++ b/iosApp/iosApp/Map/BaseMapView.swift @@ -81,7 +81,7 @@ struct BaseMapView: UIViewControllerRepresentable { DispatchQueue.main.async { let point = MaplyCoordinateMakeWithDegrees(-100.36, 23.191) - mapViewController.focusOn(point: point, height: 0.4) + mapViewController.focusOn(point: point, height: 0.4, animated: false) } return mapViewController |