Skip to content

Instantly share code, notes, and snippets.

@michalbujalski
Created October 15, 2018 20:49
Show Gist options
  • Save michalbujalski/3cd2deb6d53679200ccba1bf7adda708 to your computer and use it in GitHub Desktop.
Save michalbujalski/3cd2deb6d53679200ccba1bf7adda708 to your computer and use it in GitHub Desktop.
interface MyLocationProvider{
fun obtainCurrentLocation():LatLng
}
class SomePresenter(val locationProvider: MyLoacationProvider){
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment