Class GoogleMapsSearchServer.SearchResult
java.lang.Object
org.eclipse.nebula.widgets.geomap.jface.Located.Static
org.eclipse.nebula.widgets.geomap.jface.SearchServer.Result
org.eclipse.nebula.widgets.geomap.jface.GoogleMapsSearchServer.SearchResult
- All Implemented Interfaces:
Located
- Enclosing class:
- GoogleMapsSearchServer
public static final class GoogleMapsSearchServer.SearchResult extends SearchServer.Result
The SearchResult returned from the GoogleMapsSearchServer
- Since:
- 3.3
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.nebula.widgets.geomap.jface.Located
Located.Static
-
Constructor Summary
Constructors Constructor Description SearchResult()
-
Method Summary
Modifier and Type Method Description java.lang.String
getCategory()
Gets the result categoryjava.lang.String
getType()
Gets the result typejava.lang.String
toString()
-
Constructor Details
-
SearchResult
public SearchResult()
-
-
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 classSearchServer.Result
-