NodeUnsortLook.cs 265 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 namespace MapsModels.ViewModels { public class NodeUnsortLook { public int Index {get; set;} public int NodeId {get; set;} public decimal Lat {get; set;} public decimal Lon {get; set;} public int WayId {get; set;} } }