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 (Python)