HtmlForgeX

API Reference

Class

JsVectorMarker

Namespace HtmlForgeX
Assembly HtmlForgeX

Geographic marker.

Inheritance

  • Object
  • JsVectorMarker

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.