Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes the reducer state branch for a particular map group

export
interface

IBranchedMapSubState

Hierarchy

  • IBranchedMapSubState

Index

Properties

clientSelection: undefined | ClientSelectionSet

The current client-side selection state

since

0.14

currentView: undefined | IMapView

The current map view

memberof

IBranchedMapSubState

externalBaseLayers: IExternalBaseLayer[]

The external base layers for the map group

memberof

IBranchedMapSubState

generic: undefined | IGenericLayerSubState

Generic layer sub-state

memberof

IBranchedMapSubState

since

0.14

history: IMapView[]

The view navigation history stack

memberof

IBranchedMapSubState

historyIndex: number

The current position in the view navigation history stack

memberof

IBranchedMapSubState

initialExternalLayers: IGenericSubjectMapLayer[]

Initial external layers. This does not reflect the current state of external layers added. This merely instructs what external layers to pre-load on viewer startup.

memberof

IBranchedMapSubState

since

0.14

initialView: undefined | IMapView

The initial map view

memberof

IBranchedMapSubState

layers: undefined | ILayerInfo[]

The layers in this viewer. First item is top-most layer. Last item is bottom-most layer.

since

0.13

mapguide: undefined | IMapGuideSubState

MapGuide-specific sub-state

memberof

IBranchedMapSubState

since

0.14

Generated using TypeDoc