Created
February 8, 2020 08:12
-
-
Save roscrazy/2fe4e3dba0ec3dc0c38c79a7184b4003 to your computer and use it in GitHub Desktop.
LocationService
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
internal interface LocationService { | |
fun requestLocationUpdates(attributes: RxLocationAttributes): Observable<Location> | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment