public final class FindLocationResult extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
FindLocationResult.Status |
| Modifier and Type | Method and Description |
|---|---|
static FindLocationResult |
createFailureResult(FindLocationError error,
String rawResponse) |
static FindLocationResult |
createFoundResult(List<Location> locations,
List<CivicAddress> civicAddresses,
List<LocationReference> locationReferences,
String rawResponse) |
boolean |
equals(Object o) |
List<CivicAddress> |
getCivicAddresses() |
Optional<FindLocationError> |
getError() |
List<LocationReference> |
getLocationReferences() |
List<Location> |
getLocations() |
String |
getRawRequest() |
String |
getRawResponse() |
FindLocationResult.Status |
getStatus() |
int |
hashCode() |
void |
setRawRequest(String rawRequest) |
String |
toString() |
public String getRawResponse()
public void setRawRequest(String rawRequest)
public String getRawRequest()
public List<CivicAddress> getCivicAddresses()
public List<LocationReference> getLocationReferences()
public Optional<FindLocationError> getError()
public FindLocationResult.Status getStatus()
public static FindLocationResult createFailureResult(FindLocationError error, String rawResponse)
public static FindLocationResult createFoundResult(List<Location> locations, List<CivicAddress> civicAddresses, List<LocationReference> locationReferences, String rawResponse)
Copyright © 2018. All rights reserved.