MountConfig

Start up config for map

Members

apiKey :string

API Key to use for generating token
Type:
  • string

appIdentifier :string

The identifier of the application
Type:
  • string

authToken :string

Auth token to use
Type:
  • string

enableDualPaneButton :boolean

Set false to disable dual panel on startup
Type:
  • boolean

exbWidgetVersion :string

Version of Embedded Explorer Experience Builder Widgt
Type:
  • string

measurementPanelEnabled :boolean

Set false to disable measurement panel on startup
Type:
  • boolean

preferences :object

Set the initial pane image mode
Type:
  • object
Properties
NameTypeAttributesDescription
imageDisplayobject<optional>
Set the initial pane image mode
Properties
NameTypeAttributesDescription
mainPanestring<optional>
Set the initial mainPane image preference to oblique or ortho
auxiliaryPanestring<optional>
Set the initial auxiliary image preference to oblique or ortho

searchBarEnabled :boolean

Set false to disable search bar on startup
Type:
  • boolean

showToastMessages :boolean

Set false to hide toast messages on startup
Type:
  • boolean

sidebarEnabled :boolean

Set false to disable sidebar on startup
Type:
  • boolean

timelineEnabled :boolean

Set false to disable timeline on startup
Type:
  • boolean

toolsPanelEnabled :boolean

Set false to disable tools panel on startup
Type:
  • boolean

view :object

View object
Type:
  • object
Properties
NameTypeAttributesDescription
lonLatobject<optional>
longitude and latitude parameters
Properties
NameTypeDescription
lonnumberLongitude in WGS84.
latnumberLatitude in WGS84.
zoomnumber<optional>
Map zoom level. Clamped to a value between 1.03 and 26.
pitchnumber<optional>
Map pitch in degrees. Clamped to a value between 0 and 60 degrees.
rotationnumber<optional>
Map rotation in degrees.