interactiveViewerState property
set
interactiveViewerState
(MapInteractiveViewerState interactiveViewerState)
Link the viewer state with the controller. This should be done once when the FlutterMapInteractiveViewerState is initialized.
Implementation
set interactiveViewerState(
MapInteractiveViewerState interactiveViewerState,
) =>
_interactiveViewerState = interactiveViewerState;