suspend abstract method
void
suspend()
Stop tracking user position, later it could be resumed without losing current route. Useful when user don't want guidance in background.
The method is idempotent.
In the suspended state, startGuidance
can be called, but in fact
there will be no guidance until resume
is called.
Implementation
void suspend();