API Reference
Class
JsVectorMarkerStyle
Marker style options.
Inheritance
- Object
- JsVectorMarkerStyle
Constructors
public JsVectorMarkerStyle() #Inherited Methods
Properties
public JsVectorMarkerStyleState Initial { get; set; } #JsonPropertyName("initial") JsonIgnore(Condition = 3)Default marker style.
public JsVectorMarkerStyleState Hover { get; set; } #JsonPropertyName("hover") JsonIgnore(Condition = 3)Marker style on hover.
public JsVectorMarkerStyleState Selected { get; set; } #JsonPropertyName("selected") JsonIgnore(Condition = 3)Marker style when selected.
public JsVectorMarkerStyleState SelectedHover { get; set; } #JsonPropertyName("selectedHover") JsonIgnore(Condition = 3)Marker style when selected and hovered.