OptionalcolorThe color of the point.
OptionaldepthDetermine if depth test is enabled.
OptionalimageThe image to use for the point. May be either a THREE.js texture or a URL to a remote image file.
OptionalopacityThe opacity of the style.
OptionalpointThe size of points, in pixels.
OptionalrenderThe render order of objects with this style.
Note: this value is relative to the host entity's own render order. For example, if a feature has a render order of 3, and the entity has a render order of 10, then the actual render order of the displayed mesh will be 13.
OptionalsizeIf enabled, point size decreases with distance. See the THREE.js documentation for more information.
Point style for vector features.