Skip to content

Instantly share code, notes, and snippets.

View hot9cups's full-sized avatar

hot9cups

View GitHub Profile
package roadgraph;
import geography.GeographicPoint;
public class MapEdge {
private GeographicPoint start, end;
private String roadName, roadType;
private double distance;