private static class StreetsideLayer.NearestImgToTargetComparator extends java.lang.Object implements java.util.Comparator<StreetsideAbstractImage>
| Modifier and Type | Field and Description |
|---|---|
private StreetsideAbstractImage |
target |
| Constructor and Description |
|---|
NearestImgToTargetComparator(StreetsideAbstractImage target) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(StreetsideAbstractImage img1,
StreetsideAbstractImage img2) |
private final StreetsideAbstractImage target
public NearestImgToTargetComparator(StreetsideAbstractImage target)
public int compare(StreetsideAbstractImage img1, StreetsideAbstractImage img2)
compare in interface java.util.Comparator<StreetsideAbstractImage>