Camera Update Mode
            This class is passed to NavigationCameraUpdate to determine the update's behavior when passed to NavigationCamera.
Entries
DEFAULT
                          
                    Link copied to clipboard
                        DEFAULT()
Content copied to clipboard
For a given NavigationCameraUpdate, this default mode means the NavigationCamera will ignore the update when tracking is already enabled.
OVERRIDE
                          
                    Link copied to clipboard
                        OVERRIDE()
Content copied to clipboard
For a given NavigationCameraUpdate, this override mode means the NavigationCamera will stop tracking (if tracking) and execute the given update animation.