Skip to content

Instantly share code, notes, and snippets.

@roscrazy
Created February 8, 2020 08:12
Show Gist options
  • Save roscrazy/2fe4e3dba0ec3dc0c38c79a7184b4003 to your computer and use it in GitHub Desktop.
Save roscrazy/2fe4e3dba0ec3dc0c38c79a7184b4003 to your computer and use it in GitHub Desktop.
LocationService
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