Options
All
  • Public
  • Public/Protected
  • All
Menu

MapViewerBase component props

export
interface

IMapViewerBaseProps

extends

{IMapViewerContextProps}

Hierarchy

Index

Properties

agentKind

agentKind: ClientKind

agentUri

agentUri: string

Optional contextMenu

contextMenu: IItem[]

Optional externalBaseLayers

externalBaseLayers: IExternalBaseLayer[]

featureTooltipsEnabled

featureTooltipsEnabled: boolean

hideGroups

hideGroups: string[] | undefined

hideLayers

hideLayers: string[] | undefined

imageFormat

imageFormat: ImageFormat

Optional initialView

initialView: IMapView

layerTransparency

layerTransparency: LayerTransparencySet

Optional locale

locale: undefined | string

map

onBeginDigitization

onBeginDigitization: function

Type declaration

    • (callback: function): void
    • Parameters

      • callback: function
          • (cancelled: boolean): void
          • Parameters

            • cancelled: boolean

            Returns void

      Returns void

onBusyLoading

onBusyLoading: function

Type declaration

    • (busyCount: number): void
    • Parameters

      • busyCount: number

      Returns void

Optional onMouseCoordinateChanged

onMouseCoordinateChanged: undefined | function

Optional onQueryMapFeatures

onQueryMapFeatures: undefined | function

Optional onRequestZoomToView

onRequestZoomToView: undefined | function

Optional onSessionExpired

onSessionExpired: undefined | function

Optional overviewMapElementSelector

overviewMapElementSelector: undefined | function

Optional pointSelectionBuffer

pointSelectionBuffer: undefined | number

selectableLayerNames

selectableLayerNames: string[]

Optional selectionColor

selectionColor: undefined | string

Optional selectionImageFormat

selectionImageFormat: ImageFormat

showGroups

showGroups: string[] | undefined

showLayers

showLayers: string[] | undefined

Optional stateChangeDebounceTimeout

stateChangeDebounceTimeout: undefined | number

tool

tool: ActiveMapTool.Zoom | ActiveMapTool.Select | ActiveMapTool.Pan | ActiveMapTool.None

Optional view

view: IMapView

Generated using TypeDoc