-
Notifications
You must be signed in to change notification settings - Fork 101
Description
Describe the bug
Bearing not working on iOS (working on Android). Map is not rotating. Even 1 deegree.
To Reproduce
Steps to reproduce the behavior:
CameraPosition pos = CameraPosition(
target: gpsLatLng!,
bearing: azimuth,
zoom: 5,
);
mapController.moveCamera(CameraUpdate.newCameraPosition(pos));
Expected behavior
Rotate map like on Android.
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
- iPhone 8, iPhone 14
- 16.7.10 (iPhone 8), 18.2.1 (iPhone 14)
flutter doctor
[√] Flutter (Channel stable, 3.27.1, on Microsoft Windows [Version 10.0.22000.2538], locale pl-PL)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[X] Chrome - develop for the web (Cannot find Chrome executable at .\Google\Chrome\Application\chrome.exe)
! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[!] Visual Studio - develop Windows apps (Visual Studio Build Tools 2019 16.11.40)
X The current Visual Studio installation is incomplete.
Please use Visual Studio Installer to complete the installation or reinstall Visual Studio.
[√] Android Studio (version 2024.1)
[√] IntelliJ IDEA Community Edition (version 2021.3)
[√] Connected device (3 available)
[√] Network resources
Libraries version used:
google_maps_flutter_platform_interface: ^2.9.5
apple_maps_flutter:
git:
url: https://github.com/albert-heijn-technology/apple_maps_flutter.git
ref: 66336ac