public class GeometrySearchResponse extends com.tomtom.online.sdk.common.service.ServiceBaseResponse implements java.io.Serializable, BatchableSearchResponse
| Modifier and Type | Field and Description |
|---|---|
protected GeometrySearchResult[] |
results
Result list.
|
protected Summary |
summary
This section contains basic information about returned results.
|
| Constructor and Description |
|---|
GeometrySearchResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(BatchableSearchResponseVisitor visitor) |
ImmutableList<GeometrySearchResult> |
getResults()
Getter of results list.
|
boolean |
hasResults()
Specifies if the results where retrieved from fuzzy search request.
|
getErrorMessage, getResponseStatus, hasErrorprotected Summary summary
protected GeometrySearchResult[] results
public ImmutableList<GeometrySearchResult> getResults()
public boolean hasResults()
public void accept(BatchableSearchResponseVisitor visitor)
accept in interface com.tomtom.online.sdk.common.util.Visitable<BatchableSearchResponseVisitor>