26272829303132333435
this.latLon = latLon; } public RouteStop( Node hit ) { Stop stop = new Stop( hit ); this.stopId = stop.getStopId(); this.stopName = stop.getStopName(); this.latLon = stop.getCoordinate(); }