Class OsmSearchServer.SearchResult

java.lang.Object
All Implemented Interfaces:
Located
Enclosing class:
OsmSearchServer

public static final class OsmSearchServer.SearchResult
extends SearchServer.Result
The SearchResult returned from the OsmSearchServer
Since:
3.3
  • Constructor Details

  • Method Details

    • getType

      public java.lang.String getType()
      Gets the result type
      Returns:
      the result type
    • getCategory

      public java.lang.String getCategory()
      Gets the result category
      Returns:
      the result category
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class SearchServer.Result