LocationSettingsResponse

public classLocationSettingsResponseextendsResponse<LocationSettingsResult>

Successful response of checking settings via SettingsApi.checkLocationSettings(GoogleApiClient, LocationSettingsRequest).

If aTaskwith this response type fails, it will receive aResolvableApiException which may be able to resolve the failure. SeeSettingsClient for more details.

The current location settings states can be accessed via getLocationSettingsStates().SeeLocationSettingsResult for more details.

Public Method Summary

LocationSettingsStates
getLocationSettingsStates()
Retrieves the location settings states.

Inherited Method Summary

Public Methods

publicLocationSettingsStates getLocationSettingsStates()

Retrieves the location settings states.