Class Feature
Inheritance
System.Object
Feature
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.DataVisualization.Maps
Assembly: Syncfusion.EJ.dll
Syntax
public class Feature
Constructors
Feature()
Declaration
public Feature()
Properties
geometry
Declaration
[JsonProperty("geometry")]
public Geometry geometry { get; set; }
Property Value
Type | Description |
---|---|
Geometry |
properties
Declaration
[JsonProperty("properties")]
public Dictionary<string, object> properties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
type
Declaration
[JsonProperty("type")]
public string type { get; set; }
Property Value
Type | Description |
---|---|
System.String |