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
The 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()
The getter of the results list.
|
boolean |
hasResults()
This specifies if the results where retrieved from a Fuzzy Search Request.
|
getErrorMessage, getResponseStatus, getTrackingId, hasError
protected 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>