org.ka2ddo.yaac.osm
Class OsmSearcher

java.lang.Object
  extended by org.ka2ddo.yaac.osm.OsmSearcher

public class OsmSearcher
extends java.lang.Object

This class provides a standardized mechanism to search the imported OSM tiles for a landmark matching the specified name string.


Constructor Summary
OsmSearcher()
           
 
Method Summary
 int search(java.lang.String matchString, double lat, double lon, double radius, java.util.List<GTNWrapper> matchList, OsmSearcherProgressListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OsmSearcher

public OsmSearcher()
Method Detail

search

public int search(java.lang.String matchString,
                  double lat,
                  double lon,
                  double radius,
                  java.util.List<GTNWrapper> matchList,
                  OsmSearcherProgressListener listener)