Skip to content

Both copy text to your clipboard — Build with AI copies a setup prompt to paste into Claude Code, Cursor, Codex or Copilot; Copy page as Markdown copies this page to paste into a chat. How it works

NavigationControlOptions

NavigationControlOptions = object

Defined in: src/ui/control/navigation_control.ts:14

The NavigationControl options object

Properties

showCompass?

optional showCompass: boolean

Defined in: src/ui/control/navigation_control.ts:18

If true the compass button is included.


showZoom?

optional showZoom: boolean

Defined in: src/ui/control/navigation_control.ts:22

If true the zoom-in and zoom-out buttons are included.


visualizePitch?

optional visualizePitch: boolean

Defined in: src/ui/control/navigation_control.ts:26

If true the pitch is visualized by rotating X-axis of compass.


visualizeRoll?

optional visualizeRoll: boolean

Defined in: src/ui/control/navigation_control.ts:30

If true the roll is visualized by rotating the compass.