onUpdateLiveLocationPrecondition

open suspend override fun onUpdateLiveLocationPrecondition(location: Location): Result<Unit>

Run precondition for the request. If it returns Result.Success then the request is run otherwise it returns Result.Failure and no request is made.

Return

Result.Success if precondition passes, otherwise Result.Failure.

Parameters

location

The location to be updated.