本文へスキップ

enum LayerKind

(Niantic.Lightship.Maps.Core.Features.LayerKind)

この列挙型には、一定の 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,
};