toggle menu
OMH Maps
androidJvm
switch theme
search in API
core
/
com.openmobilehub.android.maps.core.utils.location
/
CurrentLocationService
/
getCurrentLocation
get
Current
Location
@
RequiresPermission
(
anyOf
=
[
"android.permission.ACCESS_COARSE_LOCATION"
,
"android.permission.ACCESS_FINE_LOCATION"
]
)
fun
getCurrentLocation
(
onSuccess
:
(
OmhCoordinate
)
->
Unit
,
onFailure
:
(
Exception
)
->
Unit
)