@vcmap/core
    Preparing search index...

    Class Navigation

    Manages the active navigation and the controllers.

    Index

    Accessors

    Constructors

    Methods

    • Derives movement from controller input and applies it using an easing function. If input changes, a new easing will be created to adjust the movement over the easing duration until the target input movement is reached. If a previous easing exists, the target will be updated and eased to for the rest of the easing duration. If no or zero input is applied, the movement is gradually reduced over the easing duration.

      Parameters

      Returns void

    Properties

    currentNavigationChanged: VcsEvent<
        NavigationImpl<VcsMap<VisualisationType>>
        | undefined,
    > = ...
    easingDuration: number = 1000