[ANDROID] [Feature] - Ability to change clickability of POI #2779
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduce the ability to change whether POI is clickable.
If the developer does not want interactions with POI, currently, the plugin can only hide the POI by setting map styles.
This give the developer more flexibly on how to handle POI on their map.
Use case
Sometime tapping on Polyline does not register. This is due to the tap position being near a POI. The POI registers the clicking event instead of the Polyline.
Pull request guide
Thank you for considering to improve this cordova-plugin-googlemaps.
When you create a pull request, please make it to multiple_maps branch instead of master branch.
Because the multiple_maps branch is edge version.
Thank you for your understanding.
@wf9a5m75
master branch has changes that is ahead of multiple_maps branch. Creating a PR into multiple_maps will also bring these changes.