Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
6730616c25
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ public class GeocodingUtilities {
|
|||
List<GeocodingResult> lst = new ArrayList<GeocodingUtilities.GeocodingResult>();
|
||||
List<RouteSegmentPoint> listR = new ArrayList<BinaryRoutePlanner.RouteSegmentPoint>();
|
||||
rp.findRouteSegment(lat, lon, ctx, listR);
|
||||
dist = 0;
|
||||
double dist = 0;
|
||||
TLongHashSet set = new TLongHashSet();
|
||||
Set<String> streetNames = new HashSet<String>();
|
||||
for(RouteSegmentPoint p : listR) {
|
||||
|
|
Loading…
Reference in a new issue