using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace RoboforkApp.DataModel { class PointMap : ListNodeInfo { public double pointMap_X { get; set; } public double pointMap_Y { get; set; } public double speed_Map { get; set; } public List ListNodeInfo = new List(); } }