Optional
color?: ColorRepresentationThe color of the point.
{@link DEFAULT_POINT_COLOR}
Optional
image?: Texture | string | nullThe image to use for the point. May be either a THREE.js texture or a URL to a remote image file.
undefined
Optional
pointThe size of points, in pixels.
{@link DEFAULT_POINT_SIZE}
Optional
sizeIf enabled, point size decreases with distance. See the THREE.js documentation for more information.
false
Point style for vector features.