RxLocationManager
RxLocationManager copied to clipboard
RxJava wrap around standard Android LocationManager without Google Play Services
I can not get the location updates continuously, is it possible?
I have the following code AndroidPermissions.check(this) .permissions(android.Manifest.permission.ACCESS_FINE_LOCATION) .hasPermissions(permissions -> { }) .noPermissions(permissions1 -> { ActivityCompat.requestPermissions(SplashActivity.this , new String[]{android.Manifest.permission.ACCESS_FINE_LOCATION} , REQUEST_CODE_ASK_PERMISSIONS); }) .check(); and switch (requestCode) { case REQUEST_CODE_ASK_PERMISSIONS: // If...
Support **requestLocationUpdates** method from LocationManager on both libraries.
good morning, can help me i had created an app for control of bike tours, during the tour will be saved the coordinates of a cyclist on local database and...
We can have our own way to implement runtime permission, but gps toggle check is a great help if it in this library