ASP.NET MVC

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

    Show / Hide Table of Contents

    Class MapPointLayer

    Represents a point-based layer to be drawn in a map.

    Inheritance
    System.Object
    MapLayer
    MapVectorLayer
    MapPointLayer
    Inherited Members
    MapVectorLayer.ShouldSerializeMapBindingFieldPairs()
    MapVectorLayer.ShouldSerializeMapFieldDefinitions()
    MapVectorLayer.ShouldSerializeDataElementOutput()
    MapVectorLayer.ResetDataElementOutput()
    MapVectorLayer.MapDataRegionName
    MapVectorLayer.MapBindingFieldPairs
    MapVectorLayer.MapFieldDefinitions
    MapVectorLayer.MapSpatialData
    MapVectorLayer.DataElementName
    MapVectorLayer.DataElementOutput
    MapLayer.Name
    MapLayer.VisibilityMode
    MapLayer.MinimumZoom
    MapLayer.MaximumZoom
    MapLayer.Transparency
    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.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class MapPointLayer : MapVectorLayer

    Constructors

    MapPointLayer()

    Declaration
    public MapPointLayer()

    MapPointLayer(ReportSerializer)

    Declaration
    public MapPointLayer(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    MapMarkerTemplate

    Declaration
    public MapMarkerTemplate MapMarkerTemplate { get; set; }
    Property Value
    Type Description
    MapMarkerTemplate

    MapPointRules

    Declaration
    public MapPointRules MapPointRules { get; set; }
    Property Value
    Type Description
    MapPointRules

    MapPoints

    Declaration
    public MapPoints MapPoints { get; set; }
    Property Value
    Type Description
    MapPoints
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved