mapbox / mapbox-annotation-extension

Framework extensions that can be used with the Mapbox Maps SDK for iOS.
ISC License
11 stars 18 forks source link

Fill color for MGLPolygonStyleAnnotation is incorrect if interactivity is enabled #52

Open captainbarbosa opened 4 years ago

captainbarbosa commented 4 years ago

When creating an MGLPolygonStyleAnnotation and setting a fill color with an alpha value, the annotation's fill color is dismissed when selecting the annotation. Example:

The current workaround is to implement MGLMapViewDelegate's fillColorForAnnotation:.