This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Add layers property to MGLStyle #6003
Labels
iOS
Mapbox Maps SDK for iOS
macOS
Mapbox Maps SDK for macOS
release blocker
Blocks the next final release
runtime styling
Milestone
MGLStyle should have a KVO-compliant
layers
property of type NSMutableArray. The array accessor should call a newmbgl::Map::getLayers()
that calls the existingmbgl::style::Style::getLayers()
. KVO provides for many getters and setters for individual items in a to-many property, such as-replaceObjectInLayersAtIndex:withObject:
./cc @frederoni
The text was updated successfully, but these errors were encountered: