HtmlForgeX

API Reference

Class

JsVectorMarker

Namespace HtmlForgeX
Assembly HtmlForgeX

Geographic marker.

Inheritance

  • Object
  • JsVectorMarker

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

Constructors

Properties

public String Name { get; set; } #
JsonPropertyName("name") JsonIgnore(Condition = 3)

Label displayed for the marker.

public Double[] Coords { get; set; } #
JsonPropertyName("coords")

Marker coordinates as [lat, lng].

public JsVectorMarkerStyle Style { get; set; } #
JsonPropertyName("style") JsonIgnore(Condition = 3)

Optional per-marker style override.