-
public interface LocationProviderInterface
-
-
Method Summary
Modifier and Type Method Description abstract UnitregisterLocationUpdateListener(LocationUpdateListener locationUpdateListener)abstract UnitunregisterLocationUpdateListener(LocationUpdateListener locationUpdateListener)abstract UnitonListenerRequestParametersChanged()abstract UnitnotifyLocationPermissionGranted()-
-
Method Detail
-
registerLocationUpdateListener
abstract Unit registerLocationUpdateListener(LocationUpdateListener locationUpdateListener)
-
unregisterLocationUpdateListener
abstract Unit unregisterLocationUpdateListener(LocationUpdateListener locationUpdateListener)
-
onListenerRequestParametersChanged
abstract Unit onListenerRequestParametersChanged()
-
notifyLocationPermissionGranted
abstract Unit notifyLocationPermissionGranted()
-
-
-
-