- RxJava2 support! Please look at rxlocationmanager-rxjava2 project.
- Samples.
- Both libraries (RxJava1 and RxJava2 implementations) rewritten to Kotlin. But you still can use it in your Java projects.
- There is no location uses-permission. You need to add them to your app manifest.
- There is no setReturnDefaultLocationOnError method in the LocationRequestBuilder. You can use a "transformer" property in any method to ignore errors (e.g. by IgnoreErrorTransformer).