namespace Pathfinding; public class PathNode : OSMDatastructure.Node { public PathNode(float lat, float lon) : base(lat, lon) { } }