Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InteractiveMapAppOptions

A data type that represents the configuration options for an interactive map application.

Hierarchy

  • InteractiveMapAppOptions

Index

Properties

Optional account

account: Account

Aeris account to use when requesting map data and imagery.

Optional map

Configuration for the internal interactive map.

Optional mode

mode: "light" | "dark"

Theme mode.

Optional panels

panels: { info?: LayoutOptions & InfoPanelOptions & { enabled?: boolean; marker: MarkerStyle }; layers?: LayoutOptions & ButtonPanelViewOptions & { enabled?: boolean }; legends?: LayoutOptions & { enabled?: boolean }; search?: LayoutOptions & { enabled?: boolean }; timeline?: LayoutOptions & { enabled?: boolean } }

Configuration for the application panel components.

Type declaration

Optional servers

servers: Servers

Base paths for the API servers to use with data and image requests.

Generated using TypeDoc