startLocationTracking

@RequiresPermission(allOf = ["android.permission.ACCESS_FINE_LOCATION", "android.permission.ACCESS_COARSE_LOCATION"])
abstract fun startLocationTracking()

Initiates requests for location updates.

This function requires both ACCESS_FINE_LOCATION and ACCESS_COARSE_LOCATION permissions. Ensure necessary permissions are handled before calling.

See also

Throws

if the method is called in an invalid state, specifically if: