package tsp.shortestpath; public class Location { private String name; private double latitude; private double longitude; }