Package com.supermap.ar.areffect.component
-
Class Summary Class Description ARTrackingStateDetector Tracking state detector Used to check whether the AR is in the tracing state TrackingStateDetector trackingStateDetector = new TrackingStateDetector(efView); trackingStateDetector.open(); efView.addOnUpdateListener(() -> { //Desc - When the value is false, the tracking state is lost, and true indicates that the AR camera is still tracking boolean detect = trackingStateDetector.detect(efView); }); //trackingStateDetector.close();BubbleView Bubble viewBubbleView2 Bubble windowPanGestureController View panning controller