Skip to content

Instantly share code, notes, and snippets.

@roscrazy
Created February 8, 2020 16:04
Show Gist options
  • Save roscrazy/eea2d668b453d33a96f5d06fb3954d07 to your computer and use it in GitHub Desktop.
Save roscrazy/eea2d668b453d33a96f5d06fb3954d07 to your computer and use it in GitHub Desktop.
SingleLocation
override fun singleLocation(): Single<Location> = observeLocationChange()
.firstOrError()
.timeout(locationAttributes.requestTimeOut, TimeUnit.MILLISECONDS)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment