enum LayerKind
(Niantic.Lightship.Maps.Core.Features.LayerKind)
This enum contains all of the available layers that could be present in a given IMapTile.
enum LayerKind {
Undefined = Proto.LayerKind.LAYER_UNDEFINED,
Boundaries = Proto.LayerKind.LAYER_BOUNDARIES,
Buildings = Proto.LayerKind.LAYER_BUILDINGS,
Landuse = Proto.LayerKind.LAYER_LANDUSE,
Places = Proto.LayerKind.LAYER_PLACES,
Roads = Proto.LayerKind.LAYER_ROADS,
Transit = Proto.LayerKind.LAYER_TRANSIT,
Water = Proto.LayerKind.LAYER_WATER,
};