Class Geometry
Inheritance
System.Object
Geometry
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 Geometry
Constructors
Geometry()
Declaration
public Geometry()
Properties
bbox
Declaration
[JsonProperty("bbox")]
public object bbox { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
coordinates
Declaration
[JsonProperty("coordinates")]
public object coordinates { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
type
Declaration
[JsonProperty("type")]
public string type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializebbox()
Declaration
public bool ShouldSerializebbox()
Returns
Type | Description |
---|---|
System.Boolean |