Navigation Manager
Class managing navigation events.
Types
AudioBetterRouteListener
Link copied to clipboard
interface AudioBetterRouteListener : NavigationManager.AudioEventListener
Content copied to clipboard
AudioIncidentListener
Link copied to clipboard
AudioInstructionListener
Link copied to clipboard
interface AudioInstructionListener : NavigationManager.AudioEventListener
Content copied to clipboard
AudioRailwayCrossingListener
Link copied to clipboard
interface AudioRailwayCrossingListener : NavigationManager.AudioEventListener
Content copied to clipboard
AudioSharpCurveListener
Link copied to clipboard
AudioSpeedLimitListener
Link copied to clipboard
AudioTrafficListener
Link copied to clipboard
JunctionPassedListener
Link copied to clipboard
interface JunctionPassedListener : NavigationManager.RouteEventNotificationListener
Content copied to clipboard
NotifType
Link copied to clipboard
OnBatteryCapacityListener
Link copied to clipboard
interface OnBatteryCapacityListener : NavigationManager.RouteEventNotificationListener
Content copied to clipboard
OnBetterRouteListener
Link copied to clipboard
OnDirectionListener
Link copied to clipboard
interface OnDirectionListener : NavigationManager.RouteEventNotificationListener
Content copied to clipboard
OnHighwayExitListener
Link copied to clipboard
interface OnHighwayExitListener : NavigationManager.RouteEventNotificationListener
Content copied to clipboard
OnIncidentListener
Link copied to clipboard
interface OnIncidentListener : NavigationManager.RouteEventNotificationListener
Content copied to clipboard
OnLaneListener
Link copied to clipboard
interface OnLaneListener : NavigationManager.RouteEventNotificationListener
Content copied to clipboard
OnPlaceListener
Link copied to clipboard
interface OnPlaceListener : NavigationManager.RouteEventNotificationListener
Content copied to clipboard
OnRailwayCrossingListener
Link copied to clipboard
interface OnRailwayCrossingListener : NavigationManager.RouteEventNotificationListener
Content copied to clipboard
OnRouteChangedListener
Link copied to clipboard
OnRouteRecomputeProgressListener
Link copied to clipboard
interface OnRouteRecomputeProgressListener : NativeMethodsReceiver.NativeListener
Content copied to clipboard
OnSharpCurveListener
Link copied to clipboard
interface OnSharpCurveListener : NavigationManager.RouteEventNotificationListener
Content copied to clipboard
OnSignpostListener
Link copied to clipboard
interface OnSignpostListener : NavigationManager.RouteEventNotificationListener
Content copied to clipboard
OnSpeedLimitListener
Link copied to clipboard
interface OnSpeedLimitListener : NavigationManager.RouteEventNotificationListener
Content copied to clipboard
OnTrafficChangedListener
Link copied to clipboard
interface OnTrafficChangedListener : NativeMethodsReceiver.NativeListener
Content copied to clipboard
OnWaypointOutOfRangeListener
Link copied to clipboard
interface OnWaypointOutOfRangeListener : NavigationManager.RouteEventNotificationListener
Content copied to clipboard
OnWaypointPassListener
Link copied to clipboard
interface OnWaypointPassListener : NavigationManager.RouteEventNotificationListener
Content copied to clipboard
RouteRecomputeStatus
Link copied to clipboard
annotation class RouteRecomputeStatus
Content copied to clipboard
RouteUpdateStatus
Link copied to clipboard
StreetChangedListener
Link copied to clipboard
interface StreetChangedListener : NavigationManager.RouteEventNotificationListener
Content copied to clipboard
Functions
addJunctionPassedListener
Link copied to clipboard
open fun addJunctionPassedListener(listener: NavigationManager.JunctionPassedListener)
Content copied to clipboard
open fun addJunctionPassedListener(listener: NavigationManager.JunctionPassedListener, @Nullable() executor: Executor)
Content copied to clipboard
addOnBatteryCapacityListener
Link copied to clipboard
open fun addOnBatteryCapacityListener(listener: NavigationManager.OnBatteryCapacityListener)
Content copied to clipboard
Add a OnBatteryCapacityListener to NavigationManager to subscribe to battery capacity changes.
open fun addOnBatteryCapacityListener(listener: NavigationManager.OnBatteryCapacityListener, @Nullable() executor: Executor)
Content copied to clipboard
Add a OnBatteryCapacityListener to NavigationManager to subscribe to battery capacity changes.
addOnBetterRouteListener
Link copied to clipboard
open fun addOnBetterRouteListener(listener: NavigationManager.OnBetterRouteListener)
Content copied to clipboard
Add a OnBetterRouteListener to NavigationManager to subscribe for better route event(s).
open fun addOnBetterRouteListener(listener: NavigationManager.OnBetterRouteListener, @Nullable() executor: Executor)
Content copied to clipboard
Add a OnBetterRouteListener to NavigationManager to subscribe for better route event(s).
addOnDirectionListener
Link copied to clipboard
open fun addOnDirectionListener(listener: NavigationManager.OnDirectionListener)
Content copied to clipboard
Add a OnDirectionListener to NavigationManager to subscribe to direction changed event(s).
open fun addOnDirectionListener(listener: NavigationManager.OnDirectionListener, @Nullable() executor: Executor)
Content copied to clipboard
Add a OnDirectionListener to NavigationManager to subscribe to direction changed event(s).
addOnHighwayExitListener
Link copied to clipboard
open fun addOnHighwayExitListener(listener: NavigationManager.OnHighwayExitListener)
Content copied to clipboard
Add a OnHighwayExitListener to NavigationManager to subscribe to highway exit event(s).
open fun addOnHighwayExitListener(listener: NavigationManager.OnHighwayExitListener, @Nullable() executor: Executor)
Content copied to clipboard
Add a OnHighwayExitListener to NavigationManager to subscribe to highway exit event(s).
addOnIncidentListener
Link copied to clipboard
open fun addOnIncidentListener(listener: NavigationManager.OnIncidentListener)
Content copied to clipboard
Add a OnIncidentListener to NavigationManager to subscribe to incident event(s).
open fun addOnIncidentListener(listener: NavigationManager.OnIncidentListener, @Nullable() executor: Executor)
Content copied to clipboard
Add a OnIncidentListener to NavigationManager to subscribe to incident event(s).
addOnLaneListener
Link copied to clipboard
open fun addOnLaneListener(listener: NavigationManager.OnLaneListener, @Nullable() executor: Executor)
Content copied to clipboard
Add a OnLaneListener to NavigationManager to subscribe to lane event(s).
addOnPlaceListener
Link copied to clipboard
open fun addOnPlaceListener(listener: NavigationManager.OnPlaceListener, @Nullable() executor: Executor)
Content copied to clipboard
Add a OnPlaceListener to NavigationManager to subscribe to nearby poi on route data event(s).
addOnRailwayCrossingListener
Link copied to clipboard
open fun addOnRailwayCrossingListener(listener: NavigationManager.OnRailwayCrossingListener)
Content copied to clipboard
Add a OnRailwayCrossingListener to NavigationManager to subscribe to railway event(s).
open fun addOnRailwayCrossingListener(listener: NavigationManager.OnRailwayCrossingListener, @Nullable() executor: Executor)
Content copied to clipboard
Add a OnRailwayCrossingListener to NavigationManager to subscribe to railway event(s).
addOnRouteChangedListener
Link copied to clipboard
open fun addOnRouteChangedListener(listener: NavigationManager.OnRouteChangedListener)
Content copied to clipboard
Add a OnRouteChangedListener to NavigationManager to subscribe to route changed event(s).
open fun addOnRouteChangedListener(listener: NavigationManager.OnRouteChangedListener, @Nullable() executor: Executor)
Content copied to clipboard
Add a OnRouteChangedListener to NavigationManager to subscribe to route changed event(s).
addOnRouteRecomputeProgressListener
Link copied to clipboard
open fun addOnRouteRecomputeProgressListener(listener: NavigationManager.OnRouteRecomputeProgressListener)
Content copied to clipboard
Add a OnRouteRecomputeProgressListener to NavigationManager to subscribe to route recompute progress event(s).
open fun addOnRouteRecomputeProgressListener(listener: NavigationManager.OnRouteRecomputeProgressListener, @Nullable() executor: Executor)
Content copied to clipboard
Add a OnRouteRecomputeProgressListener to NavigationManager to subscribe to route recompute progress event(s).
addOnSharpCurveListener
Link copied to clipboard
open fun addOnSharpCurveListener(listener: NavigationManager.OnSharpCurveListener)
Content copied to clipboard
Add a OnSharpCurveListener to NavigationManager to subscribe to sharp curve event(s).
open fun addOnSharpCurveListener(listener: NavigationManager.OnSharpCurveListener, @Nullable() executor: Executor)
Content copied to clipboard
Add a OnSharpCurveListener to NavigationManager to subscribe to sharp curve event(s).
addOnSignpostListener
Link copied to clipboard
open fun addOnSignpostListener(listener: NavigationManager.OnSignpostListener)
Content copied to clipboard
Add a OnSignpostListener to NavigationManager to subscribe to navi sign event(s).
open fun addOnSignpostListener(listener: NavigationManager.OnSignpostListener, @Nullable() executor: Executor)
Content copied to clipboard
Add a OnSignpostListener to NavigationManager to subscribe to navi sign event(s).
addOnSpeedLimitListener
Link copied to clipboard
open fun addOnSpeedLimitListener(listener: NavigationManager.OnSpeedLimitListener)
Content copied to clipboard
Add a OnSpeedLimitListener to NavigationManager to subscribe to speed limit event(s).
open fun addOnSpeedLimitListener(listener: NavigationManager.OnSpeedLimitListener, @Nullable() executor: Executor)
Content copied to clipboard
Add a OnSpeedLimitListener to NavigationManager to subscribe to speed limit event(s).
addOnTrafficChangedListener
Link copied to clipboard
open fun addOnTrafficChangedListener(listener: NavigationManager.OnTrafficChangedListener)
Content copied to clipboard
Add a OnTrafficChangedListener to NavigationManager to subscribe to traffic data event(s).
open fun addOnTrafficChangedListener(listener: NavigationManager.OnTrafficChangedListener, @Nullable() executor: Executor)
Content copied to clipboard
Add a OnTrafficChangedListener to NavigationManager to subscribe to traffic data event(s).
addOnWaypointOutOfRangeListener
Link copied to clipboard
open fun addOnWaypointOutOfRangeListener(listener: NavigationManager.OnWaypointOutOfRangeListener)
Content copied to clipboard
Add a OnWaypointOutOfRangeListener to NavigationManager to subscribe to finish out of ev range notification.
open fun addOnWaypointOutOfRangeListener(listener: NavigationManager.OnWaypointOutOfRangeListener, @Nullable() executor: Executor)
Content copied to clipboard
Add a OnWaypointOutOfRangeListener to NavigationManager to subscribe to finish out of ev range notification.
addOnWaypointPassListener
Link copied to clipboard
open fun addOnWaypointPassListener(listener: NavigationManager.OnWaypointPassListener)
Content copied to clipboard
Add a OnWaypointPassListener to NavigationManager to subscribe to waypoint event(s).
open fun addOnWaypointPassListener(listener: NavigationManager.OnWaypointPassListener, @Nullable() executor: Executor)
Content copied to clipboard
Add a OnWaypointPassListener to NavigationManager to subscribe to waypoint event(s).
addStreetChangedListener
Link copied to clipboard
open fun addStreetChangedListener(listener: NavigationManager.StreetChangedListener)
Content copied to clipboard
open fun addStreetChangedListener(listener: NavigationManager.StreetChangedListener, @Nullable() executor: Executor)
Content copied to clipboard
getCurrentEVProfile
Link copied to clipboard
getCurrentRoute
Link copied to clipboard
getCurrentRouteWaypoints
Link copied to clipboard
getCurrentStreetDetail
Link copied to clipboard
open fun getCurrentStreetDetail(@NonNull() listener: OnStreetDetailListener)
Content copied to clipboard
Returns StreetDetail containing information about next junction.
getRouteProgress
Link copied to clipboard
getSettings
Link copied to clipboard
removeJunctionPassedListener
Link copied to clipboard
open fun removeJunctionPassedListener(listener: NavigationManager.JunctionPassedListener)
Content copied to clipboard
removeOnBatteryCapacityListener
Link copied to clipboard
open fun removeOnBatteryCapacityListener(listener: NavigationManager.OnBatteryCapacityListener)
Content copied to clipboard
Remove a OnBatteryCapacityListener previously added to NavigationManager.
removeOnBetterRouteListener
Link copied to clipboard
open fun removeOnBetterRouteListener(listener: NavigationManager.OnBetterRouteListener)
Content copied to clipboard
Remove a OnBetterRouteListener previously added to NavigationManager.
removeOnDirectionListener
Link copied to clipboard
open fun removeOnDirectionListener(listener: NavigationManager.OnDirectionListener)
Content copied to clipboard
Remove a OnDirectionListener previously added to NavigationManager.
removeOnHighwayExitListener
Link copied to clipboard
open fun removeOnHighwayExitListener(listener: NavigationManager.OnHighwayExitListener)
Content copied to clipboard
Remove a OnHighwayExitListener previously added to NavigationManager.
removeOnIncidentListener
Link copied to clipboard
open fun removeOnIncidentListener(listener: NavigationManager.OnIncidentListener)
Content copied to clipboard
Remove a OnIncidentListener previously added to NavigationManager.
removeOnLaneListener
Link copied to clipboard
open fun removeOnLaneListener(listener: NavigationManager.OnLaneListener)
Content copied to clipboard
Remove a OnLaneListener previously added to NavigationManager.
removeOnPlaceListener
Link copied to clipboard
open fun removeOnPlaceListener(listener: NavigationManager.OnPlaceListener)
Content copied to clipboard
Remove a OnPlaceListener previously added to NavigationManager.
removeOnRailwayCrossingListener
Link copied to clipboard
open fun removeOnRailwayCrossingListener(listener: NavigationManager.OnRailwayCrossingListener)
Content copied to clipboard
Remove a OnRailwayCrossingListener previously added to NavigationManager.
removeOnRouteChangedListener
Link copied to clipboard
open fun removeOnRouteChangedListener(listener: NavigationManager.OnRouteChangedListener)
Content copied to clipboard
Remove a OnRouteChangedListener previously added to NavigationManager.
removeOnRouteRecomputeProgressListener
Link copied to clipboard
open fun removeOnRouteRecomputeProgressListener(listener: NavigationManager.OnRouteRecomputeProgressListener)
Content copied to clipboard
Remove a OnRouteRecomputeProgressListener previously added to NavigationManager.
removeOnSharpCurveListener
Link copied to clipboard
open fun removeOnSharpCurveListener(listener: NavigationManager.OnSharpCurveListener)
Content copied to clipboard
Remove a OnSharpCurveListener previously added to NavigationManager.
removeOnSignpostListener
Link copied to clipboard
open fun removeOnSignpostListener(listener: NavigationManager.OnSignpostListener)
Content copied to clipboard
Remove a OnSignpostListener previously added to NavigationManager.
removeOnSpeedLimitListener
Link copied to clipboard
open fun removeOnSpeedLimitListener(listener: NavigationManager.OnSpeedLimitListener)
Content copied to clipboard
Remove a OnSpeedLimitListener previously added to NavigationManager.
removeOnTrafficChangedListener
Link copied to clipboard
open fun removeOnTrafficChangedListener(listener: NavigationManager.OnTrafficChangedListener)
Content copied to clipboard
Remove a OnTrafficChangedListener previously added to NavigationManager.
removeOnWaypointOutOfRangeListener
Link copied to clipboard
open fun removeOnWaypointOutOfRangeListener(listener: NavigationManager.OnWaypointOutOfRangeListener)
Content copied to clipboard
Remove a OnWaypointOutOfRangeListener previously added to NavigationManager.
removeOnWaypointPassListener
Link copied to clipboard
open fun removeOnWaypointPassListener(listener: NavigationManager.OnWaypointPassListener)
Content copied to clipboard
Remove a OnWaypointPassListener previously added to NavigationManager.
removeStreetChangedListener
Link copied to clipboard
open fun removeStreetChangedListener(listener: NavigationManager.StreetChangedListener)
Content copied to clipboard
replayLastAudioInstruction
Link copied to clipboard
setAudioBetterRouteListener
Link copied to clipboard
open fun setAudioBetterRouteListener(listener: NavigationManager.AudioBetterRouteListener)
Content copied to clipboard
setAudioIncidentListener
Link copied to clipboard
open fun setAudioIncidentListener(listener: NavigationManager.AudioIncidentListener)
Content copied to clipboard
setAudioInstructionListener
Link copied to clipboard
open fun setAudioInstructionListener(listener: NavigationManager.AudioInstructionListener)
Content copied to clipboard
setAudioRailwayCrossingListener
Link copied to clipboard
open fun setAudioRailwayCrossingListener(listener: NavigationManager.AudioRailwayCrossingListener)
Content copied to clipboard
setAudioSharpCurveListener
Link copied to clipboard
open fun setAudioSharpCurveListener(listener: NavigationManager.AudioSharpCurveListener)
Content copied to clipboard
setAudioSpeedLimitListener
Link copied to clipboard
open fun setAudioSpeedLimitListener(listener: NavigationManager.AudioSpeedLimitListener)
Content copied to clipboard
setAudioTrafficListener
Link copied to clipboard
open fun setAudioTrafficListener(listener: NavigationManager.AudioTrafficListener)
Content copied to clipboard
setBatteryStatusUpdateEnabled
Link copied to clipboard
setCurrentEVProfile
Link copied to clipboard
setRouteForNavigation
Link copied to clipboard
stopNavigation
Link copied to clipboard