• JMap.Map.getNavigationHistoryStack

    Returns the complete stack of navigation steps recorded in the session (stack is limited to 64 entries, older ones are discarded)

    Returns JMapNavigationStep[]

    an array of JMapNavigationStep

    Example

    // get the navigation stack
    const navStack: JMapNavigationStep[] = JMap.Map.getNavigationHistoryStack()