using System.Collections.Generic; public class MegaShapeOSMWay { public ulong id; public List nodes = new List(); public string name = "None"; public List tags = new List(); }