stopGuidance abstract method
void
stopGuidance()
Stops current guidance session. Call this method only if guidance has
completely ended. For example, if you need to start another type of
guidance (pedestrian for example) stop this first and than start
another one. In case of route finished but you still on the road you
must use startGuidance(null)
instead.
Implementation
void stopGuidance();