com.google.maps.internal.ApiResponse<PlaceDetails>
public static class PlaceDetailsRequest.Response extends java.lang.Object implements com.google.maps.internal.ApiResponse<PlaceDetails>
Modifier and Type | Field | Description |
---|---|---|
java.lang.String |
errorMessage |
|
java.lang.String[] |
htmlAttributions |
|
PlaceDetails |
result |
|
java.lang.String |
status |
Constructor | Description |
---|---|
Response() |
Modifier and Type | Method | Description |
---|---|---|
ApiException |
getError() |
|
PlaceDetails |
getResult() |
|
boolean |
successful() |
public java.lang.String status
public PlaceDetails result
public java.lang.String[] htmlAttributions
public java.lang.String errorMessage
public boolean successful()
successful
in interface com.google.maps.internal.ApiResponse<PlaceDetails>
public PlaceDetails getResult()
getResult
in interface com.google.maps.internal.ApiResponse<PlaceDetails>
public ApiException getError()
getError
in interface com.google.maps.internal.ApiResponse<PlaceDetails>