Fused Location Api when the google api client get Connected //
public void onconnected()
{
LocationServices.FusedLocationApi
.requestLocationUpdates(mGoogleApiClient, mLocationRequest, this);
}
but suppose due to no network ,no wifi and no gps the client keeps on checking for location.
so is there any method by which i could terminate it...if onlocationchanged doesnot get called in 1 minute or such interval ?