|
LiveMap API
|
A set of options shared between vector overlays
(Polygon, Polyline, Circle, etc.).
More...


Properties | |
| bool? | Stroke [get, set] |
Whether to draw stroke along the path. Set it to false to disable borders on polygons or circles. | |
| Color? | Color [get, set] |
| Stroke color. | |
| int? | Weight [get, set] |
| Stroke width, in pixels. | |
| Opacity? | Opacity [get, set] |
| Stroke opacity. | |
| string? | LineCap [get, set] |
| A string that defines shape to be used at the end of the stroke. | |
| string? | LineJoin [get, set] |
| A string that defines shape to be used at the corners of the stroke. | |
| string? | DashArray [get, set] |
| A string that defines the stroke dash pattern. | |
| string? | DashOffset [get, set] |
| A string that defines the distance into the dash pattern to start the dash. | |
| bool? | Fill [get, set] |
Whether to fill the path with color. Set it to false to disable filling on polygons or circles. | |
| Color? | FillColor [get, set] |
| Fill color. | |
| Opacity? | FillOpacity [get, set] |
| Fill opacity. | |
| string? | FillRule [get, set] |
| A string that defines how the inside of a shape is determined. | |
| Properties inherited from livemap.layer.marker.options.InteractiveLayerOptions | |
| bool? | BubblingMouseEvents [get, set] |
When true, a mouse event on this marker will trigger the same event on the map. | |
| bool? | Interactive [get, set] |
If false, this marker will not emit mouse events and will act as a part of the underlying map. | |
| Properties inherited from livemap.layer.marker.options.LayerOptions | |
| string? | Pane [get, set] |
| Map pane where this marker will be added. | |
| string? | Attribution [get, set] |
| String to be shown in the attribution control. | |
A set of options shared between vector overlays
(Polygon, Polyline, Circle, etc.).
Do not use it directly
|
getset |
Stroke color.
Defaults to 0x3388FF if not set
|
getset |
A string that defines the stroke dash pattern.
Defaults to null if not set
MDN Web Docs
|
getset |
A string that defines the distance into the dash pattern to start the dash.
Defaults to null if not set
MDN Web Docs
|
getset |
Whether to fill the path with color. Set it to false to disable filling on polygons or circles.
Defaults to true if not set, except for Polyline
|
getset |
Fill color.
Defaults to the value of the Color option if not set
|
getset |
Fill opacity.
Defaults to 0.2 (0x33) if not set
|
getset |
A string that defines how the inside of a shape is determined.
Defaults to "evenodd" if not set
MDN Web Docs
|
getset |
A string that defines shape to be used at the end of the stroke.
Defaults to "round" if not set
MDN Web Docs
|
getset |
A string that defines shape to be used at the corners of the stroke.
Defaults to "round" if not set
MDN Web Docs
|
getset |
Stroke opacity.
Defaults to 1.0 (0xFF) if not set
|
getset |
Whether to draw stroke along the path. Set it to false to disable borders on polygons or circles.
Defaults to true if not set
|
getset |
Stroke width, in pixels.
Defaults to 3 if not set