9 lines
102 B
C#
9 lines
102 B
C#
namespace OSMDatastructure;
|
|
|
|
public enum sidewalkSide : byte
|
|
{
|
|
both,
|
|
left,
|
|
right,
|
|
no
|
|
} |