在(zài)es6模式下,各種組件的(de)引用方式,可以(yǐ)在(zài)OpenLayers文檔中搜索,最上(shàng)面就(jiù)有,比如鷹眼圖控件:https://openlayers.org/en/v6.9.0/apidoc/module-ol_control_OverviewMap-OverviewMap.html,使用時(shí)需要(yào / yāo)用“import OverviewMap from 'ol/control/OverviewMap';”引入;對于(yú) iClient for OpenLayers特有的(de)組件,也(yě)可以(yǐ)在(zài)這(zhè)裏查看使用方式:https://iclient.supermap.io/web/apis/openlayers.html
import OverviewMap from 'ol/control/OverviewMap';