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

Fix fillPattern NSExpression #41

Closed captainbarbosa closed 4 years ago

captainbarbosa commented 4 years ago

Fixes MGLPolygonStyleAnnotation.fillPattern by changing the NSExpression backing to use [NSExpression valueForKeyPath:] instead of [NSExpression withConstantValue:].