Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 450 Bytes

NavigationDirection.md

File metadata and controls

16 lines (11 loc) · 450 Bytes

enum NavigationDirection

Overview / Purpose

Enumeration NavigationDirection

Enumerator Value Description
UNSPECIFIED_NAVIGATION_DIRECTION 0 Unspecified navigation direction
NEXT 1 Go to next map
UP 2 Go to parent map group (not implemented yet)
DOWN 3 Go to children map group (not implemented yet)
PREVIOUS 4 Go to previous map

Parent topic: Base (C++)