intersects Locator
Checks if the specified locator intersects with this timeline.
Parameters
The locator to check.
Called with true if the locator intersects with the timeline, false otherwise.
Called if an error occurs when the operation is performed.
Checks if the specified locator intersects with this timeline.
Return
Either ColibrioResult.Success containing true if the locator intersects with the timeline and false otherwise, or ColibrioResult.Error containing the error.
Parameters
The locator to check.
Checks if the specified navigationItem intersects with this timeline.
Parameters
The navigationItem to check.
Called with true if the navigationItem intersects with the timeline, false otherwise.
Called if an error occurs when the operation is performed.
Checks if the specified navigationItem intersects with this timeline.
Return
Either ColibrioResult.Success containing true if the navigationItem intersects with the timeline and false otherwise, or ColibrioResult.Error containing the error.
Parameters
The navigationItem to check.