API Reference
Class
JsVectorMarkerStyle
Marker style options.
Inheritance
- Object
- JsVectorMarkerStyle
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property JsVectorMapOptions.MarkerStyle
- Property JsVectorMarker.Style
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.