Created
October 27, 2021 10:42
-
-
Save EmmanuelGuther/bb65ff25b8226b954d0ee4997230a7ce to your computer and use it in GitHub Desktop.
How to manage either
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
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