Closed liuyongAlive closed 3 weeks ago
1 using MapViewCallbacks onMarkerClick
onMapReady: () => { // click marker still output this console.log("onMapReady", mapViewController); }, onMarkerClick: (marker) => { // click marker not work if (marker) { console.log("onMarkerClick", marker); } },
# example
I'm not very good at java, and I suspect it's a mistake in this place. https://github.com/googlemaps/react-native-navigation-sdk/blob/8c7f56999157988c38d65f0f590413513dc64ca3/android/src/main/java/com/google/android/react/navsdk/MapViewFragment.java#L115-L117
as the same, I think this has same mistake
https://github.com/googlemaps/react-native-navigation-sdk/blob/8c7f56999157988c38d65f0f590413513dc64ca3/android/src/main/java/com/google/android/react/navsdk/MapViewFragment.java#L139-L142
Environment details
Steps to reproduce
1 using MapViewCallbacks onMarkerClick
Code example
Stack trace
I'm not very good at java, and I suspect it's a mistake in this place. https://github.com/googlemaps/react-native-navigation-sdk/blob/8c7f56999157988c38d65f0f590413513dc64ca3/android/src/main/java/com/google/android/react/navsdk/MapViewFragment.java#L115-L117
as the same, I think this has same mistake
https://github.com/googlemaps/react-native-navigation-sdk/blob/8c7f56999157988c38d65f0f590413513dc64ca3/android/src/main/java/com/google/android/react/navsdk/MapViewFragment.java#L139-L142