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

Feature Request: Do not center map on marker when marker is tapped; #609

Open
thomascjenks opened this issue Jan 23, 2025 · 0 comments
Open

Comments

@thomascjenks
Copy link

I would like to have the option to not center the map on a marker that is tapped. I am using a map without scrolling/zooming function where the user can add/remove markers to the map. Each tap of a marker (to remove it) also centers the map on the tapped marker's location.

For now, I can change index.ios.js and GoogleMaps.java files to return "true" for [mapViewDidTapMarker] (iOS) and [setOnMarkerClickListener] (Android). However, any re-installation or updating of the package jeopardizes my custom logic!

Let me know if this (exists or) is possible!

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant