Q: Can I customize the style picture of the dot with a large number of points???
A: No
PointCollectionOptions This class is an optional parameter for PointCollections, has no constructor, and is represented by a literal quantity of objects. | Properties | type | description | | shape | ShapeType | Preset shapes for a large number of points | | color | String | The color of a large number of dots is '#fa937e' by default, and it also supports color strings such as 'red', hash strings '#000000', and rgb strings such as 'rgb(0,0,0)'. rgba strings, such as 'rgb(255,0,0,0.1)'; HSL strings, such as 'HSL(0,100%, 50%)'; HSLA strings, such as 'HSLA(0,100%, 50%, 0.4)' | size | SizeType | Preset size for a large number of points |
ShapeType This enumeration type represents different shapes preset by massive points. | constant | description | | BMAP_POINT_SHAPE_CIRCLE | Circle, which is the default shape | | BMAP_POINT_SHAPE_STAR | Star-shaped | | BMAP_POINT_SHAPE_SQUARE | square | | BMAP_POINT_SHAPE_RHOMBUS | Rhombus | BMAP_POINT_SHAPE_WATERDROP | Droplet-shaped, this type has no size and color attributes |
There are only a few types of styles above, and if you want to set your own style picture, it is impossible! At least not yet!
|