public interface OsmSearcherProgressListener
OsmSearcher| Modifier and Type | Method and Description |
|---|---|
boolean |
addedNewSearchItem(int index,
java.util.List<GTNWrapper> matchList)
Report that another search item has been inserted into the sorted search results list.
|
boolean |
changedSearchTile(java.lang.String searchTile)
Report that the OsmSearcher has advanced to another tile.
|
boolean addedNewSearchItem(int index,
java.util.List<GTNWrapper> matchList)
index - zero-based index where the new match has been inserted.matchList - the List containing the distance-sorted collection of matchesOsmSearcher.search(java.lang.String, double, double, double, java.util.List<org.ka2ddo.yaac.osm.GTNWrapper>, org.ka2ddo.yaac.osm.OsmSearcherProgressListener)boolean changedSearchTile(java.lang.String searchTile)
searchTile - String name of tile now being searched