com.supermap.ar.areffect.gnss
Interface IPoseMixer
-
- All Known Implementing Classes:
- PoseMixer, PoseMixer0, PoseMixer1, PoseMixer2, PoseMixer3, PoseMixer4
public interface IPoseMixer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
dispose()
Location
getCurrentLocation()
PoseData
getCurrentPoseData()
LocationUpdateListener
getLocationUpdateListener()
-
-
-
Method Detail
-
getLocationUpdateListener
LocationUpdateListener getLocationUpdateListener()
-
getCurrentLocation
Location getCurrentLocation()
-
getCurrentPoseData
PoseData getCurrentPoseData()
-
dispose
void dispose()
-
-