R - type of Result that will be returned.public interface ResultCallback<R extends Result>
Result asynchronously when calling a LocationServices
API method.| Modifier and Type | Method and Description |
|---|---|
void |
onResult(R result)
Called when result is available for API call.
|
void onResult(R result)
result - result of API call.