public class

LocationSettingsResponse

extends Response<LocationSettingsResult>
java.lang.Object
   ↳ com.google.android.gms.common.api.Response<com.google.android.gms.location.LocationSettingsResult>
     ↳ com.google.android.gms.location.LocationSettingsResponse

Class Overview

Successful response of checking settings via checkLocationSettings(GoogleApiClient, LocationSettingsRequest). If a Task with this response type fails, it will receive a ResolvableApiException which may be able to resolve the failure. See SettingsClient for more details. The current location settings states can be accessed via getLocationSettingsStates(). See LocationSettingsResult for more details.

Summary

Public Methods
LocationSettingsStates getLocationSettingsStates()
[Expand]
Inherited Methods
From class com.google.android.gms.common.api.Response
From class java.lang.Object

Public Methods

public LocationSettingsStates getLocationSettingsStates ()