mapbox / mapbox-annotation-extension

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

Remove lineGradient property #32

Closed captainbarbosa closed 5 years ago

captainbarbosa commented 5 years ago

As noted in the Mapbox style spec, line-gradient is only supported for GeoJSON sources that have a lineMetrics property set to true. Since it currently isn't possible to initialize an MGLStyleAnnotation with GeoJSON (at least not yet anyways), we should remove this property from this framework.