googlemaps / googlemaps/react-native-navigation-sdk
NavigationMap - Android: When there is a route with many destinations and each destination has a marker on the map, the first marker will not fire the onMarkerClick event.
- Dominant language
- TypeScript
- Stars
- 227
- Forks
- 38
- Avg merge
- 5d 7h
- Merged PRs (30d)
- 10
Description
## Description
When there is a route with many destinations and each destination has a marker on the map, the first marker will not fire the onMarkerClick event.
### Environment details
**Library version and other environment information:**
- react-native-navigation-sdk version: 0.6.1
**OS type and version**
- iOS: 18.1, 18.0
- Android: 35
## Steps to reproduce
1. Pull down this branch.
2. Install the dependencies.
3. Run yarn start
4. Run yarn ios or yarn android
5. Click on navigate button
6. When the map, route and markers are load click on each of the markers. You should see a log in the console firing onMarkerClick. On iOS this works as expected and the onMarkerClick will fire.
7. On Android, click on the first marker or marker.id of "m0" and the onMarkerClick will not fire, however all the other markers will fire the onMarkerClick.
### Code example
[Link to Code example](https://github.com/rhinkle/react-native-navigation-sdk/tree/ISSUE-firstWayPointClick)
## Images / Media

Contributor guide
Assessment
This issue has not been assessed yet.