fluttercommunity / fluttercommunity/apple_maps_flutter

Bearing not working notning

Open
#70 0 comments 0 reactions 1 assignee Claimed by @LuisThein View on GitHub
bug
Dominant language
Dart
Stars
83
Forks
119
PR merge metrics
No merged PRs in 30d

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.