plugins icon indicating copy to clipboard operation
plugins copied to clipboard

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

Open thomascjenks opened this issue 11 months ago • 0 comments

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.

thomascjenks avatar Jan 23 '25 21:01 thomascjenks