JimuMapViewComponent: ConnectedComponent<typeof_JimuMapViewComponent, { onActiveViewChange?: (activeView: JimuMapView, previousActiveViewId: string) => void; onViewGroupCreate?: (viewGroup: JimuMapViewGroup) => void; onViewsCreate?: (views: { [viewId: string]: JimuMapView }) => void; useMapWidgetId: string }> = ...
A React component that makes it easy to use the JimuMapView instance from the map widget. In most cases, you can pass in useMapWidgetIds, and use onViewsCreate, onActiveViewChange to get callback from the JimuMapViewComponent.
JimuMapView
useMapWidgetIds
onViewsCreate
onActiveViewChange
JimuMapViewComponent
Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.
JimuMapViewComponent: ConnectedComponent<typeof_JimuMapViewComponent, { onActiveViewChange?: (activeView: JimuMapView, previousActiveViewId: string) => void; onViewGroupCreate?: (viewGroup: JimuMapViewGroup) => void; onViewsCreate?: (views: { [viewId: string]: JimuMapView }) => void; useMapWidgetId: string }> = ...
A React component that makes it easy to use the
JimuMapView
instance from the map widget. In most cases, you can pass inuseMapWidgetIds
, and useonViewsCreate
,onActiveViewChange
to get callback from theJimuMapViewComponent
.