ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapData - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved