Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for NN startNavigationSession/stopNavigationSession methods #4434

Closed
wants to merge 1 commit into from

Conversation

kried
Copy link
Contributor

@kried kried commented Apr 24, 2023

Description

Closes NAVIOS-983

Implemented logic:

  • iOS SDK calls startNavigationSession if the session was not started yet, and either an instance of PassiveLocationManager is created (free drive) or the callback of Navigator.setRoutesData was called (active guidance)
  • it calls stopNavigationSession when no more session running (could be deinitialization of PassiveLocationManager or Navigator.setRoutesData(null))
  • it calls storeNavigationSession before switching to offline or switching back to online. And SDK calls restoreNavigationSessionForState when switching finished

@kried kried requested a review from a team April 24, 2023 22:40
@kried kried self-assigned this Apr 24, 2023
@kried kried force-pushed the NAVIOS-983-start-NN-telemetry branch 6 times, most recently from f7243b2 to e6a3e2f Compare April 25, 2023 21:53
@kried kried force-pushed the NAVIOS-983-start-NN-telemetry branch from e6a3e2f to 4d5b546 Compare April 25, 2023 22:18
@kried kried closed this Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant