new CircleStyle(source, styleOptions)
GoMap/Styles/CircleStyle.ts, line 19
Creates an instance of CircleStyle.
| Name | Type | Description |
|---|---|---|
source |
BaseSource |
The source from which the point data is derived. |
styleOptions |
Go3dStylesConfig |
Configuration options for the circle style. |
Extends
- undefined
Methods
-
apply(feature)
GoMap/Styles/CircleStyle.ts, line 33 -
Applies the circle style to a given point feature.
Name Type Description featureGeometry The geometry feature to which the style will be applied.
