summaryrefslogtreecommitdiff
path: root/include/mbgl/style/layer_type.hpp
blob: 66ff834eee3b66b0f698a1724be2038604dd13c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#pragma once

namespace mbgl {
namespace style {

enum class LayerType {
    Fill,
    Line,
    Circle,
    Symbol,
    Raster,
    Background,
    Custom,
    FillExtrusion,
};

} // namespace style
} // namespace mbgl