Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DefaultUIProperties

Hierarchy

Index

Properties

Optional components

components: string[]

An array of strings representing the default widgets visible when a MapView or SceneView is created.

Read more...

Optional container

container: HTMLElement

The HTML Element that contains the view.

Read more...

Optional padding

padding: any

Defines the padding for the UI from the top, left, right, and bottom sides of the container or View.

Read more...

Optional view

view: (MapViewProperties & { type: "2d" }) | (SceneViewProperties & { type: "3d" })

The view associated with the UI components.

Read more...

Generated using TypeDoc