Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bearing not working notning #70

Open
LazyLazyCoder opened this issue Jan 15, 2025 · 0 comments
Open

Bearing not working notning #70

LazyLazyCoder opened this issue Jan 15, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@LazyLazyCoder
Copy link

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

@LazyLazyCoder LazyLazyCoder added the bug Something isn't working label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants