flutter-mapbox-gl / maps

A Mapbox GL flutter package for creating custom maps
Other
1.04k stars 503 forks source link

Missing enableInteraction argument #1412

Closed anhtuanqn1002 closed 4 months ago

anhtuanqn1002 commented 7 months ago

Summary of Changes:

I added the enableInteraction parameter to the AnnotationManager class initial method and _rebuildLayers method. By this way, we allow updating the enableInteraction value based on annotationConsumeTapEvents.

Currently: We can't disable interaction for symbolManager (I tried this way: annotationConsumeTapEvents: const [AnnotationType.line, AnnotationType.fill, AnnotationType.circle]).

Please help me review it @felix-ht .

stale[bot] commented 5 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.