@class MNDisplayETAInfo, GEODirectionsResponse, MNArrivalInfo, NSString, GEOComposedWaypoint, MNObserverHashTable, NSArray, MNNavigationClientProxy, NSMutableDictionary, MNUserOptions, GEOResumeRouteHandle, NSSet, MNGuidanceLaneInfo, MNRouteDistanceInfo, MNVehicleParkingInfo, MNNavigationServiceRemoteProxy, MNBatteryChargeInfo, GEOComposedRoute, NSUUID, MNNavigationDetails, MNLocation, GEODirectionsRequest; @protocol MNNavigationServiceProxy; @interface MNNavigationService : NSObject { id _proxy; MNNavigationServiceRemoteProxy *_remoteProxy; MNNavigationClientProxy *_clientProxy; NSSet *_realtimeUpdates; NSUUID *_uuid; NSMutableDictionary *_disabledCapabilities; unsigned long long _stateCaptureHandle; } @property (class, readonly, nonatomic) BOOL supportsNavigation; @property (readonly) MNNavigationDetails *details; @property (readonly, nonatomic) MNObserverHashTable *navigationObservers; @property (retain) MNNavigationDetails *details; @property (retain, nonatomic) MNObserverHashTable *navigationObservers; @property (retain) MNUserOptions *cachedUserOptions; @property (nonatomic) int headingOrientation; @property (nonatomic) BOOL guidancePromptsEnabled; @property (readonly, nonatomic) unsigned long long state; @property (readonly, nonatomic) BOOL isInNavigatingState; @property (readonly, nonatomic) long long navigationType; @property (readonly, nonatomic) int navigationState; @property (readonly, nonatomic) int navigationTransportType; @property (readonly, nonatomic) BOOL isTrackingCurrentLocation; @property (readonly, nonatomic) BOOL isInPreArrivalState; @property (readonly, nonatomic) NSString *currentVoiceLanguage; @property (readonly, nonatomic) BOOL isApproachingWaypoint; @property (readonly, nonatomic) MNArrivalInfo *arrivalInfo; @property (readonly, nonatomic) long long desiredNavigationType; @property (readonly, nonatomic) int desiredTransportType; @property (readonly, nonatomic) BOOL isResumingMultipointRoute; @property (readonly, nonatomic) GEOComposedRoute *route; @property (readonly, nonatomic) GEODirectionsRequest *currentRequest; @property (readonly, nonatomic) GEODirectionsResponse *currentResponse; @property (readonly, nonatomic) unsigned long long routeIndex; @property (readonly, nonatomic) unsigned long long reconnectionRouteIndex; @property (readonly, nonatomic) NSArray *alternateRoutes; @property (readonly, nonatomic) unsigned long long stepIndex; @property (readonly, nonatomic) unsigned long long displayedStepIndex; @property (readonly, nonatomic) MNLocation *lastLocation; @property (readonly, nonatomic) MNDisplayETAInfo *displayEtaInfo; @property (readonly, nonatomic) MNRouteDistanceInfo *remainingDistanceInfo; @property (readonly, nonatomic) MNBatteryChargeInfo *batteryChargeInfo; @property (readonly, nonatomic) double distanceUntilSign; @property (readonly, nonatomic) double timeUntilSign; @property (readonly, nonatomic) double distanceUntilManeuver; @property (readonly, nonatomic) double timeUntilManeuver; @property (readonly, nonatomic) unsigned long long targetLegIndex; @property (readonly, nonatomic) GEOComposedWaypoint *nextWaypoint; @property (readonly, nonatomic) GEOComposedWaypoint *origin; @property (readonly, nonatomic) GEOComposedWaypoint *originalOrigin; @property (readonly, nonatomic) GEOComposedWaypoint *destination; @property (readonly, nonatomic) NSString *destinationName; @property (readonly, nonatomic) GEOComposedWaypoint *originalDestination; @property (readonly, nonatomic) NSString *originalDestinationName; @property (readonly, nonatomic) BOOL isDetour; @property (readonly, nonatomic) MNGuidanceLaneInfo *activeLaneInfo; @property (readonly, nonatomic) GEOComposedRoute *alternateWalkingRoute; @property (readonly, nonatomic) MNDisplayETAInfo *alternateWalkingRouteDisplayETAInfo; @property (readonly, nonatomic) MNVehicleParkingInfo *vehicleParkingInfo; @property (readonly, nonatomic) GEOResumeRouteHandle *resumeRouteHandle; @property (readonly, nonatomic) NSString *tracePath; @property (readonly, nonatomic) double traceDuration; @property (readonly, nonatomic) NSArray *traceBookmarks; @property (readonly, nonatomic, getter=isNavigatingFromTrace) BOOL navigatingFromTrace; @property (nonatomic) BOOL traceIsPlaying; @property (nonatomic) double tracePosition; @property (readonly, nonatomic) long long simulationType; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)sharedService; + (unsigned long long)daemonInterfaceHash; + (unsigned long long)_hashForProtocol:(id)a0; + (unsigned long long)clientInterfaceHash; - (void)changeOfflineState:(unsigned long long)a0; - (void)setSimulationSpeedOverride:(double)a0; - (void)recordTraceBookmarkAtCurrentPositionWthScreenshotData:(id)a0; - (void)recordPedestrianTracePath:(id)a0; - (void)forceReroute; - (void)rerouteWithWaypoints:(id)a0; - (void)resumeOriginalDestination; - (void)removeWaypointAtIndex:(unsigned long long)a0; - (void)setDisplayedStepIndex:(unsigned long long)a0; - (void)advanceToNextLeg; - (id)initPrivate; - (void)switchToRoute:(id)a0; - (void)stopNavigationWithReason:(unsigned long long)a0; - (void)changeUserOptions:(id)a0; - (void)insertWaypoint:(id)a0; - (void)setSimulationSpeedMultiplier:(double)a0; - (void)setTracePlaybackSpeed:(double)a0; - (void)setRoutesForPreview:(id)a0 selectedRouteIndex:(unsigned long long)a1; - (void)updateDestination:(id)a0; - (void)setJunctionViewImageWidth:(double)a0 height:(double)a1; - (void)changeTransportType:(int)a0 route:(id)a1; - (void)setSimulationPosition:(double)a0; - (void)setGuidanceType:(unsigned long long)a0; - (void)stopCurrentGuidancePrompt; - (void)navigationServiceProxy:(id)a0 willRequestRealtimeUpdatesForRouteIDs:(id)a1; - (void)navigationServiceProxy:(id)a0 didReceiveTransitAlert:(id)a1; - (void)navigationServiceProxy:(id)a0 usePersistentDisplay:(BOOL)a1; - (void)navigationServiceProxy:(id)a0 didRerouteWithRoute:(id)a1 withLocation:(id)a2 withAlternateRoutes:(id)a3 rerouteReason:(unsigned long long)a4; - (void)navigationServiceProxy:(id)a0 displayPrimaryStep:(id)a1 instructions:(id)a2 shieldType:(int)a3 shieldText:(id)a4 drivingSide:(int)a5 maneuverStepIndex:(unsigned long long)a6 isSynthetic:(BOOL)a7; - (void)dealloc; - (void)navigationServiceProxy:(id)a0 didFailRerouteWithError:(id)a1; - (void)registerObserver:(id)a0; - (void)navigationServiceProxy:(id)a0 updateSignsWithInfo:(id)a1; - (void)navigationServiceProxy:(id)a0 didEnableGuidancePrompts:(BOOL)a1; - (BOOL)isOpenForClient:(id)a0; - (void)navigationServiceProxyDidEnterPreArrivalState:(id)a0; - (void)navigationServiceProxy:(id)a0 didStartUsingVoiceLanguage:(id)a1; - (void)navigationServiceProxy:(id)a0 didUpdateDisplayedStepIndex:(unsigned long long)a1 segmentIndex:(unsigned long long)a2; - (void)navigationServiceProxy:(id)a0 updatedGuidanceEventFeedback:(id)a1; - (void)navigationServiceProxy:(id)a0 didUpdateDistanceUntilManeuver:(double)a1 timeUntilManeuver:(double)a2 forStepIndex:(unsigned long long)a3; - (void)navigationServiceProxy:(id)a0 hideLaneDirectionsForId:(id)a1; - (void)setRideIndex:(unsigned long long)a0 forSegmentIndex:(unsigned long long)a1; - (void)navigationServiceProxy:(id)a0 displayManeuverAlertForAnnouncementStage:(unsigned long long)a1; - (void)navigationServiceProxyWillReroute:(id)a0; - (void)navigationServiceProxy:(id)a0 didUpdateProceedToRouteDistance:(double)a1 displayString:(id)a2 closestStepIndex:(unsigned long long)a3; - (void)navigationServiceProxy:(id)a0 hideJunctionViewForId:(id)a1; - (void)unregisterObserver:(id)a0; - (void)navigationServiceProxyEndGuidanceUpdate:(id)a0; - (void)navigationServiceProxy:(id)a0 didUpdateTargetLegIndex:(unsigned long long)a1; - (void)navigationServiceProxy:(id)a0 didInvalidateTrafficIncidentAlert:(id)a1; - (void)navigationServiceProxy:(id)a0 newGuidanceEventFeedback:(id)a1; - (void)navigationServiceProxy:(id)a0 didProcessSpeechEvent:(id)a1; - (void)navigationServiceProxy:(id)a0 didFailWithError:(id)a1; - (void)navigationServiceProxyBeginGuidanceUpdate:(id)a0; - (void)navigationServiceProxy:(id)a0 didResumeNavigatingFromWaypoint:(id)a1 endOfLegIndex:(unsigned long long)a2 reason:(unsigned long long)a3; - (void)navigationServiceProxy:(id)a0 didChangeVoiceGuidanceLevel:(unsigned long long)a1; - (void)navigationServiceProxy:(id)a0 didActivateAudioSession:(BOOL)a1; - (void)navigationServiceProxy:(id)a0 didDismissTrafficIncidentAlert:(id)a1; - (void)setIsConnectedToCarplay:(BOOL)a0; - (void)navigationServiceProxy:(id)a0 willEndWithReason:(unsigned long long)a1; - (void)_resetDetails; - (void)navigationServiceProxy:(id)a0 didUpdateResumeRouteHandle:(id)a1; - (void)navigationServiceProxy:(id)a0 triggerHaptics:(int)a1; - (void)navigationServiceProxy:(id)a0 willChangeFromState:(unsigned long long)a1 toState:(unsigned long long)a2; - (void)navigationServiceProxy:(id)a0 didArriveAtWaypoint:(id)a1 endOfLegIndex:(unsigned long long)a2; - (void)navigationServiceProxy:(id)a0 willAnnounce:(unsigned long long)a1 inSeconds:(double)a2; - (void)navigationServiceProxy:(id)a0 willProcessSpeechEvent:(id)a1; - (void)navigationServiceProxy:(id)a0 didUpdateETAResponseForRoute:(id)a1; - (void)navigationServiceProxy:(id)a0 didReceiveRouteSignalStrength:(unsigned long long)a1; - (void)navigationServiceProxyDidArrive:(id)a0; - (void)navigationServiceProxy:(id)a0 didEndWithReason:(unsigned long long)a1; - (void)navigationServiceProxy:(id)a0 didStartSpeakingPrompt:(id)a1; - (id)captureStatePlistWithHints:(struct os_state_hints_s { unsigned int x0; char *x1; unsigned int x2; unsigned int x3; } *)a0; - (void)navigationServiceProxy:(id)a0 updateSignsWithARInfo:(id)a1; - (void)navigationServiceProxyDidFinishLocationUpdate:(id)a0; - (void).cxx_destruct; - (void)navigationServiceProxy:(id)a0 showLaneDirections:(id)a1; - (void)navigationServiceProxy:(id)a0 didUpdateTracePlaybackDetails:(id)a1; - (void)navigationServiceProxyDidCancelReroute:(id)a0; - (void)navigationServiceProxy:(id)a0 didSendNavigationServiceCallback:(id)a1; - (id)_clientProxy; - (void)navigationServiceProxy:(id)a0 didUpdateAlternateRoutes:(id)a1; - (void)navigationServiceProxyWillResumeFromPauseNavigation:(id)a0; - (void)navigationServiceProxy:(id)a0 didUpdateNavigationDetails:(id)a1; - (void)navigationServiceProxy:(id)a0 didUpdateTrafficIncidentAlert:(id)a1; - (void)navigationServiceProxy:(id)a0 didSwitchToNewTransportType:(int)a1 newRoute:(id)a2; - (void)navigationServiceProxyWillPauseNavigation:(id)a0; - (void)navigationServiceProxy:(id)a0 willStartNavigationWithRoute:(id)a1 navigationType:(long long)a2 request:(id)a3 response:(id)a4 simulationType:(long long)a5 isResumingMultipointRoute:(BOOL)a6; - (void)navigationServiceProxy:(id)a0 showJunctionView:(id)a1; - (void)navigationServiceProxy:(id)a0 didUpdateMotionType:(unsigned long long)a1 confidence:(unsigned long long)a2; - (void)navigationServiceProxy:(id)a0 didUpdateHeading:(double)a1 accuracy:(double)a2; - (void)navigationServiceProxy:(id)a0 didEnterPreArrivalStateForWaypoint:(id)a1 endOfLegIndex:(unsigned long long)a2; - (void)navigationServiceProxy:(id)a0 displaySecondaryStep:(id)a1 instructions:(id)a2 shieldType:(int)a3 shieldText:(id)a4 drivingSide:(int)a5; - (void)navigationServiceProxy:(id)a0 didUpdatePreviewRoutes:(id)a1 withSelectedRouteIndex:(unsigned long long)a2; - (void)closeForClient:(id)a0; - (void)navigationServiceProxy:(id)a0 didUpdateRouteWithNewRideSelection:(id)a1; - (void)navigationServiceProxy:(id)a0 didReceiveTrafficIncidentAlert:(id)a1; - (void)navigationServiceProxyHideSecondaryStep:(id)a0; - (void)navigationServiceProxy:(id)a0 didChangeFromState:(unsigned long long)a1 toState:(unsigned long long)a2; - (void)navigationServiceProxy:(id)a0 didUpdateDistanceUntilSign:(double)a1 timeUntilSign:(double)a2 forStepIndex:(unsigned long long)a3; - (void)navigationServiceProxy:(id)a0 didChangeNavigationState:(int)a1; - (void)openForClient:(id)a0; - (void)navigationServiceProxy:(id)a0 isApproachingEndOfLeg:(unsigned long long)a1; - (void)navigationServiceProxy:(id)a0 didReceiveRealtimeUpdates:(id)a1; - (void)_navigationServiceCallback_DidReceiveRoutingServiceError:(id)a0; - (void)_navigationServiceCallback_DidUpdateArrivalInfo:(id)a0; - (void)_navigationServiceCallback_DidUpdateBackgroundWalkingRoute:(id)a0; - (void)_navigationServiceCallback_DidUpdateDisplayETA:(id)a0; - (void)_navigationServiceCallback_DidUpdateMatchedLocation:(id)a0; - (void)_navigationServiceCallback_DidUpdateStepIndex:(id)a0; - (void)_navigationServiceCallback_DidUpdateVehicleParkingInfo:(id)a0; - (void)_navigationServiceCallback_ShouldEnableIdleTimer:(id)a0; - (void)_updateWithCallback:(id)a0; - (unsigned long long)alternateRouteIndexForRoute:(id)a0; - (id)batteryChargeInfoForRoute:(id)a0; - (void)disableNavigationCapability:(unsigned long long)a0 reason:(unsigned long long)a1; - (id)displayETAInfoForRoute:(id)a0; - (void)enableNavigationCapability:(unsigned long long)a0 reason:(unsigned long long)a1; - (id)etaRouteForRoute:(id)a0; - (void)pauseRealtimeUpdates; - (id)realtimeUpdatesForAllRoutes; - (id)realtimeUpdatesForRoutes:(id)a0; - (id)remainingDistanceInfoForRoute:(id)a0; - (void)repeatCurrentGuidance:(id /* block */)a0; - (void)repeatCurrentTrafficAlert:(id /* block */)a0; - (void)resumeRealtimeUpdates; - (BOOL)startNavigationWithDetails:(id)a0 error:(out id *)a1; - (id)ticketForDirectionsRequest:(id)a0; - (id)userOptions; - (void)vibrateForPrompt:(unsigned long long)a0 completion:(id /* block */)a1; @end