Skip to content

Instantly share code, notes, and snippets.

@EmmanuelGuther
Created October 27, 2021 10:42
Show Gist options
  • Save EmmanuelGuther/bb65ff25b8226b954d0ee4997230a7ce to your computer and use it in GitHub Desktop.
Save EmmanuelGuther/bb65ff25b8226b954d0ee4997230a7ce to your computer and use it in GitHub Desktop.
How to manage either
getStreetAddressByLatLngUseCase.invoke(latLng.latitude, latLng.longitude).fold(
ifLeft = {
}, ifRight = {
searchAddress(it)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment