JimuLayerViewComponent
FunctionJimuLayerViewComponent(props: JimuLayerViewComponentProps): ReactNode
A react component that makes it easy to use JimuLayerView from the map widget.
In most cases, you can pass in useMapWidgetIds
& jimuLayerViewInfo
, and use onLayerViewCreated
& onLayerViewFailed
to get a callback from the JimuLayerViewComponent.
Parameters
Parameter | Type |
---|---|
props | JimuLayerViewComponentProps |
Returns
ReactNode