luxlabs header browser preview


@class NSString, GEONavigationProxy;

@interface MNNavigationProxyUpdater : NSObject <MNNavigationSessionObserver> {
    GEONavigationProxy *_navigationProxy;
}

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void)setDisplayedStepIndex:(unsigned long long)a0;
- (id)init;
- (void)setIsConnectedToCarplay:(BOOL)a0;
- (void).cxx_destruct;
- (void)setIsNavigatingInLowGuidance:(BOOL)a0;
- (int)_geoNavigationTypeForNavigationType:(long long)a0;
- (void)enteredRoutePreviewWithTransportType:(int)a0;
- (void)navigationSession:(id)a0 currentStepIndex:(unsigned long long)a1 didUpdateDistanceUntilManeuver:(double)a2 timeUntilManeuver:(double)a3;
- (void)navigationSession:(id)a0 currentStepIndex:(unsigned long long)a1 didUpdateDistanceUntilSign:(double)a2 timeUntilSign:(double)a3;
- (void)navigationSession:(id)a0 didArriveAtWaypoint:(id)a1 endOfLegIndex:(unsigned long long)a2;
- (void)navigationSession:(id)a0 didChangeNavigationState:(int)a1;
- (void)navigationSession:(id)a0 didEnableGuidancePrompts:(BOOL)a1;
- (void)navigationSession:(id)a0 didReroute:(id)a1 withLocation:(id)a2 withAlternateRoutes:(id)a3 rerouteReason:(unsigned long long)a4;
- (void)navigationSession:(id)a0 didResumeNavigatingFromWaypoint:(id)a1 endOfLegIndex:(unsigned long long)a2 reason:(unsigned long long)a3;
- (void)navigationSession:(id)a0 didStartWithRoute:(id)a1 navigationType:(long long)a2 isResumingMultipointRoute:(BOOL)a3 isReconnecting:(BOOL)a4;
- (void)navigationSession:(id)a0 didStopWithReason:(unsigned long long)a1;
- (void)navigationSession:(id)a0 didSwitchToNewTransportType:(int)a1 newRoute:(id)a2;
- (void)navigationSession:(id)a0 didUpdateDisplayETA:(id)a1 remainingDistance:(id)a2 batteryChargeInfo:(id)a3;
- (void)navigationSession:(id)a0 didUpdateETAResponseForRoute:(id)a1;
- (void)navigationSession:(id)a0 didUpdateMatchedLocation:(id)a1;
- (void)navigationSession:(id)a0 didUpdateStepNameInfo:(id)a1;
- (void)navigationSession:(id)a0 displayManeuverAlertForAnnouncementStage:(unsigned long long)a1;
- (void)navigationSession:(id)a0 matchedToStepIndex:(unsigned long long)a1 segmentIndex:(unsigned long long)a2;
- (void)navigationSession:(id)a0 triggerHaptics:(int)a1;
- (void)navigationSession:(id)a0 willAnnounce:(unsigned long long)a1 inSeconds:(double)a2;
- (void)navigationSessionStopped:(id)a0;
- (void)setVoiceGuidance:(unsigned long long)a0;
- (void)updateClusteredSectionSelectedRideForNavigationSession:(id)a0;

@end