public class MarkerOptions extends Options
| Modifier and Type | Field and Description |
|---|---|
Boolean |
enabled
Enable or disable the point marker.
|
Integer |
enabledThreshold
The threshold for how dense the point markers should be before they are hidden, given that
enabled is not defined.
|
String |
fillColor
he fill color of the point marker.
|
Integer |
height
Image markers only.
|
MarkerStateOptions |
hover_state
Marker states for hover.
|
String |
lineColor
The color of the point marker's outline.
|
Integer |
lineWidth
The width of the point marker's outline.
|
Integer |
radius
The radius of the point marker.
|
MarkerStateOptions |
select_state
Marker states for select.
|
OptionMap |
states
Hover and select states.
|
String |
symbol
A predefined shape or symbol for the marker.
|
Integer |
width
Image markers only.
|
| Constructor and Description |
|---|
MarkerOptions() |
| Modifier and Type | Method and Description |
|---|---|
OptionMap |
toMap() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformForClient@Option public Integer enabledThreshold
@Option public String fillColor
@Option public Integer height
@Option public String lineColor
@Option(ignore=true) public final MarkerStateOptions hover_state
@Option(ignore=true) public final MarkerStateOptions select_state
@Option public String symbol
public OptionMap toMap()
toMap in interface OptionMap.IOptionMapConvertertoMap in class OptionsCopyright © 2018 Fujion Framework. All rights reserved.