JMap.Map.getNavigationHistoryStack
Returns the complete stack of navigation steps recorded in the session (stack is limited to 64 entries, older ones are discarded)
an array of JMapNavigationStep
// get the navigation stackconst navStack: JMapNavigationStep[] = JMap.Map.getNavigationHistoryStack() Copy
// get the navigation stackconst navStack: JMapNavigationStep[] = JMap.Map.getNavigationHistoryStack()
JMap.Map.getNavigationHistoryStack
Returns the complete stack of navigation steps recorded in the session (stack is limited to 64 entries, older ones are discarded)