Class MapData
Inheritance
System.Object
MapData
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 MapData
Constructors
MapData()
Declaration
public MapData()
MapData(String)
Declaration
public MapData(string jsonString)
Parameters
Type | Name | Description |
---|---|---|
System.String | jsonString |
Properties
bbox
Declaration
[JsonProperty("bbox")]
public object bbox { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
features
Declaration
[JsonProperty("features")]
public Feature[] features { get; set; }
Property Value
Type | Description |
---|---|
Feature[] |
geometries
Declaration
[JsonProperty("geometries")]
public Geometry[] geometries { get; set; }
Property Value
Type | Description |
---|---|
Geometry[] |
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 |