summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLLineStyleLayer_Private.h
Commit message (Collapse)AuthorAgeFilesLines
* [core, android, darwin] Move layer factories to separate filesMikhail Pozdnyakov2018-12-101-1/+1
|
* [core][Android][Darwin] LayerManager creates RenderLayer instancesMikhail Pozdnyakov2018-11-271-2/+2
| | | | | | | | `LayerManager` is now responsible for `RenderLayer` instances creation, so that there is a single entry point for creating of objects, which correspond to a certain layer type. The `LayerType type` field is dropped from `Layer::Impl`.
* [ios, macos] Layer manager for Darwin platformsMikhail Pozdnyakov2018-11-191-0/+17
The newly introduced `MGLStyleLayerManager` is now responsible for creating both style layer objects and their obj C peers on Darwin.