Deep Trekker BRIDGE API - v1.0.3
    Preparing search index...

    Type Alias NavigationOptions

    Navigation Options type

    Navigation settings and options for the ROV.

    type NavigationOptions = {
        heading?: HeadingNavigationOption;
        position?: PositionNavigationOption;
    }
    Index

    Properties

    Properties

    Options for adjusting the heading for navigation.

    Options for adjusting the position for navigation.