public class ReverseGeocoderSearchResponse extends com.tomtom.online.sdk.common.service.ServiceBaseResponse implements java.io.Serializable, BatchableSearchResponse
Modifier and Type | Field and Description |
---|---|
protected ReverseGeocoderFullAddress[] |
addresses
The addresses table which contains all results returned from the Search service.
|
Constructor and Description |
---|
ReverseGeocoderSearchResponse() |
Modifier and Type | Method and Description |
---|---|
void |
accept(BatchableSearchResponseVisitor visitor) |
ImmutableList<ReverseGeocoderFullAddress> |
getAddresses()
Gets addresses list in the format of
List . |
boolean |
hasResults()
Specifies if the results where retrieved from a Reverse Geocoding Request.
|
getErrorMessage, getResponseStatus, getTrackingId, hasError
protected ReverseGeocoderFullAddress[] addresses
public ImmutableList<ReverseGeocoderFullAddress> getAddresses()
List
.List
format.public boolean hasResults()
public void accept(BatchableSearchResponseVisitor visitor)
accept
in interface com.tomtom.online.sdk.common.util.Visitable<BatchableSearchResponseVisitor>