OSMServer/OSMDatastructure/sidewalkSide.cs

9 lines
102 B
C#
Raw Normal View History

namespace OSMDatastructure;
public enum sidewalkSide : byte
{
both,
left,
right,
no
}