MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / setStyle

Method setStyle

src/mapboxgl/overlay/graphic/Graphic.js:80–82  ·  view source on GitHub ↗

* @function Graphic.prototype.setStyle * @description 设置点样式。 * @param {Object} style -样式选项。 * @param {Array} [style.color] - 颜色。 * @param {number} [style.radius] - 半径。

(style)

Source from the content-addressed store, hash-verified

78 * @param {number} [style.radius] - 半径。
79 */
80 setStyle(style) {
81 this.style = Util.extend(this.style, style);
82 }
83
84 /**
85 * @function Graphic.prototype.getStyle

Callers

nothing calls this directly

Calls 1

extendMethod · 0.80

Tested by

no test coverage detected