public interface LocationSearch
| Modifier and Type | Method and Description |
|---|---|
java.util.SortedMap<java.lang.Float,ILocation> |
findLocation(java.lang.String term)
Tries to find the location of some point of interest in the overlay based on search terms.
|
java.util.SortedMap<java.lang.Float,ILocation> findLocation(java.lang.String term)
term - The search terms as plain text.SortedMap of results. The keys are confidence values, ranging from
0.0f to 1.0f; values are the associated locations.