public interface OsmSearcherProgressListener
OsmSearcher
Modifier and Type | Method and Description |
---|---|
boolean |
addedNewSearchItem(GTNWrapper match)
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(GTNWrapper match)
match
- GTNWrapper of a map element that matchedOsmSearcher.search(java.lang.String[], int, double, double, double, org.ka2ddo.yaac.osm.OsmSearcherProgressListener)
boolean changedSearchTile(java.lang.String searchTile)
searchTile
- String name of tile now being searched