Description
We are facing an issue with the react-native-navigation-sdk for Google Maps on iOS.
The map loads successfully, but the navigation route is not being displayed on iOS. The same implementation is working correctly on Android, where the route renders as expected.
Issue Summary
- The map loads successfully on iOS.
- However, the navigation route/polyline is not displayed on the map.
- The same implementation works correctly on Android, where the route is displayed as expected.
Environment
Library: @googlemaps/react-native-navigation-sdk
Platform: iOS
React Native version: 0.81.5
SDK version: 0.16.1
Steps to Reproduce
- Initialize the navigation SDK
- Load the map view
- Set origin and destination
- Start navigation / request route
Expected Behavior
The navigation route should be displayed on the map in iOS, similar to Android.
Actual Behavior
- Map loads correctly.
- Navigation route is not rendered.
Additional Details
- Permissions (location) are properly enabled on iOS
- Google Maps API key is configured correctly
- Same configuration works on Android without issues
Questions
- Are there any iOS-specific configuration steps required for route rendering?
- Are there known issues related to route display on iOS?
- Is there any additional debugging information or logging that we should enable to diagnose this issue?
Any guidance would be appreciated.
Thank you.
Description
We are facing an issue with the react-native-navigation-sdk for Google Maps on iOS.
The map loads successfully, but the navigation route is not being displayed on iOS. The same implementation is working correctly on Android, where the route renders as expected.
Issue Summary
Environment
Library: @googlemaps/react-native-navigation-sdk
Platform: iOS
React Native version: 0.81.5
SDK version: 0.16.1
Steps to Reproduce
Expected Behavior
The navigation route should be displayed on the map in iOS, similar to Android.
Actual Behavior
Additional Details
Questions
Any guidance would be appreciated.
Thank you.