intersects

abstract fun intersects(otherLocation: SimpleLocatorData, onSuccess: (Boolean) -> Unit, onError: (ColibrioException) -> Unit)
abstract suspend fun intersects(otherLocation: SimpleLocatorData): ColibrioResult<Boolean>

Check if this ContentLocation intersects with another locator.