Skip to main content

updateRendererMapState

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / utils/state/domain/appActionsState / updateRendererMapState

Function: updateRendererMapState()

updateRendererMapState(mapState: { center: AppActionMapCenter; isRendered: boolean; zoom: number; }, options?: StateUpdateOptions): void

Defined in: utils/state/domain/appActionsState.ts:142

Parameters​

mapState​

center​

AppActionMapCenter

isRendered​

boolean

zoom​

number

options?​

StateUpdateOptions = {}

Returns​

void