restartCircuitFrom
Restarts the current circuit navigation session from a new starting point or with different options.
It uses the currently loaded circuit route but applies new CircuitOptions. This is useful, for example, to change the starting percentage of the circuit. A new navigation session will be started with the provided options.
Return
An Error if there is no active circuit session to restart, or if the new session fails to start. Returns null on success.
Parameters
options
The new CircuitOptions to apply to the circuit. This defines the new starting point (via interval)