当前位置: 首页>>代码示例 >>用法及示例精选 >>正文


JavaScript ArcGIS Weather用法及代码示例


基本信息

以下是所在类或对象的基本信息。

AMD: require(["esri/widgets/Weather"], (Weather) => { /* code goes here */ });

ESM: import Weather from "@arcgis/core/widgets/Weather";

类: esri/widgets/Weather

继承: Weather > Widget > Accessor

自从:用于 JavaScript 4.23 的 ArcGIS API

用法说明

天气小部件提供了一个接口,用于轻松选择和配置 SceneView 中的天气。

有关获得对小部件样式的完全控制的信息,请参阅Styling 主题。

例子:

const widget = new Weather({ view: view });

// Adds the weather widget in
// the top right corner of the view
view.ui.add(widget, "top-right");

相关用法


注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 Weather。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。