public static interface Geocoder.ReverseGeocodingCallback
| Modifier and Type | Method and Description |
|---|---|
void |
suggestresponse(java.util.List<Address> result,
java.lang.String nativeResponse,
boolean error)
Response.
|
void suggestresponse(@NonNull
java.util.List<Address> result,
@Nullable
java.lang.String nativeResponse,
boolean error)
result - list of addressnativeResponse - the cercalia json responeerror - true if has error.