ASP.NET MVC - EJ2

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Maps

    Show / Hide Table of Contents

    Class Maps

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    Maps
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.Id
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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.EJ2.Maps
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class Maps : EJTagHelper

    Constructors

    Maps()

    Declaration
    public Maps()

    Properties

    AllowImageExport

    Enables or disables the export to image functionality in map.

    Declaration
    [HtmlAttributeName("allowImageExport")]
    public bool AllowImageExport { get; set; }
    Property Value
    Type Description
    System.Boolean

    AllowPdfExport

    Enables or disables the export to PDF functionality in map.

    Declaration
    [HtmlAttributeName("allowPdfExport")]
    public bool AllowPdfExport { get; set; }
    Property Value
    Type Description
    System.Boolean

    AllowPrint

    Enables or disables the print functionality in map.

    Declaration
    [HtmlAttributeName("allowPrint")]
    public bool AllowPrint { get; set; }
    Property Value
    Type Description
    System.Boolean

    AnimationComplete

    Triggers after the animation completed in the maps component.

    Declaration
    [HtmlAttributeName("animationComplete")]
    public string AnimationComplete { get; set; }
    Property Value
    Type Description
    System.String

    AnnotationRendering

    Triggers before rendering the annotation in maps.

    Declaration
    [HtmlAttributeName("annotationRendering")]
    public string AnnotationRendering { get; set; }
    Property Value
    Type Description
    System.String

    Annotations

    Sets and gets the options for customizing the annotation of maps.

    Declaration
    [HtmlAttributeName("annotations")]
    public List<MapsAnnotation> Annotations { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MapsAnnotation>

    Background

    Sets and gets the background color of the maps container.

    Declaration
    [HtmlAttributeName("background")]
    public string Background { get; set; }
    Property Value
    Type Description
    System.String

    BaseLayerIndex

    Sets and gets the base map index of maps. It provides the option to select which layer to be visible in the maps.

    Declaration
    [HtmlAttributeName("baseLayerIndex")]
    public double BaseLayerIndex { get; set; }
    Property Value
    Type Description
    System.Double

    BeforePrint

    Triggers before the print gets started.

    Declaration
    [HtmlAttributeName("beforePrint")]
    public string BeforePrint { get; set; }
    Property Value
    Type Description
    System.String

    Border

    Sets and gets the options for customizing the color and width of the maps border.

    Declaration
    [HtmlAttributeName("border")]
    public MapsBorder Border { get; set; }
    Property Value
    Type Description
    MapsBorder

    BubbleClick

    Triggers when performing the click operation on the bubble element in maps.

    Declaration
    [HtmlAttributeName("bubbleClick")]
    public string BubbleClick { get; set; }
    Property Value
    Type Description
    System.String

    BubbleMouseMove

    Triggers when hovering the mouse on the bubble element in maps.

    Declaration
    [HtmlAttributeName("bubbleMouseMove")]
    public string BubbleMouseMove { get; set; }
    Property Value
    Type Description
    System.String

    BubbleRendering

    Triggers before the bubble element gets rendered on the map.

    Declaration
    [HtmlAttributeName("bubbleRendering")]
    public string BubbleRendering { get; set; }
    Property Value
    Type Description
    System.String

    CenterPosition

    Sets and gets the center position of the maps.

    Declaration
    [HtmlAttributeName("centerPosition")]
    public MapsCenterPosition CenterPosition { get; set; }
    Property Value
    Type Description
    MapsCenterPosition

    ClassName

    Declaration
    protected override string ClassName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ClassName

    Click

    Triggers when a user clicks on an element in Maps.

    Declaration
    [HtmlAttributeName("click")]
    public string Click { get; set; }
    Property Value
    Type Description
    System.String

    DataLabelRendering

    Triggers before the data-label gets rendered.

    Declaration
    [HtmlAttributeName("dataLabelRendering")]
    public string DataLabelRendering { get; set; }
    Property Value
    Type Description
    System.String

    Description

    Sets and gets the description for maps.

    Declaration
    [HtmlAttributeName("description")]
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    DoubleClick

    Triggers when performing the double click operation on an element in maps.

    Declaration
    [HtmlAttributeName("doubleClick")]
    public string DoubleClick { get; set; }
    Property Value
    Type Description
    System.String

    EnablePersistence

    Enable or disable persisting component's state between page reloads.

    Declaration
    [HtmlAttributeName("enablePersistence")]
    public bool EnablePersistence { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableRtl

    Enable or disable rendering component in right to left direction.

    Declaration
    [HtmlAttributeName("enableRtl")]
    public bool EnableRtl { get; set; }
    Property Value
    Type Description
    System.Boolean

    Format

    Sets and gets the format in which the text in the maps are to be rendered.

    Declaration
    [HtmlAttributeName("format")]
    public string Format { get; set; }
    Property Value
    Type Description
    System.String

    Height

    Sets and gets the height in which the maps is to be rendered.

    Declaration
    [HtmlAttributeName("height")]
    public string Height { get; set; }
    Property Value
    Type Description
    System.String

    HtmlAttributes

    Allows additional HTML attributes such as title, name, etc., and accepts n number of attributes in a key-value pair format.

    Declaration
    [HtmlAttributeName("htmlAttributes")]
    public object HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Object

    IsFor

    Declaration
    protected override bool IsFor { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsFor

    ItemHighlight

    Trigger when mouse move on the shape in maps and before the shape gets highlighted.

    Declaration
    [HtmlAttributeName("itemHighlight")]
    public string ItemHighlight { get; set; }
    Property Value
    Type Description
    System.String

    ItemSelection

    Triggers when clicking the shape on maps and before the selection is applied.

    Declaration
    [HtmlAttributeName("itemSelection")]
    public string ItemSelection { get; set; }
    Property Value
    Type Description
    System.String

    LayerRendering

    Triggers before the maps layer gets rendered.

    Declaration
    [HtmlAttributeName("layerRendering")]
    public string LayerRendering { get; set; }
    Property Value
    Type Description
    System.String

    Layers

    Sets and gets the options to customize the layers of the maps.

    Declaration
    [HtmlAttributeName("layers")]
    public List<MapsLayer> Layers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MapsLayer>

    LegendRendering

    Triggers before the legend gets rendered.

    Declaration
    [HtmlAttributeName("legendRendering")]
    public string LegendRendering { get; set; }
    Property Value
    Type Description
    System.String

    LegendSettings

    Sets and gets the options to customize the legend of the maps.

    Declaration
    [HtmlAttributeName("legendSettings")]
    public MapsLegendSettings LegendSettings { get; set; }
    Property Value
    Type Description
    MapsLegendSettings

    Load

    Triggers when the map is on load.

    Declaration
    [HtmlAttributeName("load")]
    public string Load { get; set; }
    Property Value
    Type Description
    System.String

    Loaded

    Triggers after the maps gets rendered.

    Declaration
    [HtmlAttributeName("loaded")]
    public string Loaded { get; set; }
    Property Value
    Type Description
    System.String

    Locale

    Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

    Declaration
    [HtmlAttributeName("locale")]
    public string Locale { get; set; }
    Property Value
    Type Description
    System.String

    MapsArea

    Sets and gets the options to customize the area around the map.

    Declaration
    [HtmlAttributeName("mapsArea")]
    public MapsMapsAreaSettings MapsArea { get; set; }
    Property Value
    Type Description
    MapsMapsAreaSettings

    Margin

    Sets and gets the options to customize the margins of the maps.

    Declaration
    [HtmlAttributeName("margin")]
    public MapsMargin Margin { get; set; }
    Property Value
    Type Description
    MapsMargin

    MarkerClick

    Triggers when clicking on the maps marker element.

    Declaration
    [HtmlAttributeName("markerClick")]
    public string MarkerClick { get; set; }
    Property Value
    Type Description
    System.String

    MarkerClusterClick

    Triggers when clicking the marker cluster in maps.

    Declaration
    [HtmlAttributeName("markerClusterClick")]
    public string MarkerClusterClick { get; set; }
    Property Value
    Type Description
    System.String

    MarkerClusterMouseMove

    Triggers when moving the mouse over the marker cluster element in maps.

    Declaration
    [HtmlAttributeName("markerClusterMouseMove")]
    public string MarkerClusterMouseMove { get; set; }
    Property Value
    Type Description
    System.String

    MarkerClusterRendering

    Triggers before the maps marker cluster gets rendered.

    Declaration
    [HtmlAttributeName("markerClusterRendering")]
    public string MarkerClusterRendering { get; set; }
    Property Value
    Type Description
    System.String

    MarkerMouseMove

    Triggers when moving the mouse over the marker element in maps.

    Declaration
    [HtmlAttributeName("markerMouseMove")]
    public string MarkerMouseMove { get; set; }
    Property Value
    Type Description
    System.String

    MarkerRendering

    Triggers before the maps marker gets rendered.

    Declaration
    [HtmlAttributeName("markerRendering")]
    public string MarkerRendering { get; set; }
    Property Value
    Type Description
    System.String

    NameSpace

    Declaration
    protected override string NameSpace { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.NameSpace

    Onclick

    Triggers when a user clicks on an element in Maps.

    Declaration
    [HtmlAttributeName("onclick")]
    public string Onclick { get; set; }
    Property Value
    Type Description
    System.String

    Pan

    Triggers before performing the panning operation.

    Declaration
    [HtmlAttributeName("pan")]
    public string Pan { get; set; }
    Property Value
    Type Description
    System.String

    ProjectionType

    Sets and gets the projection type for the maps.

    Declaration
    [HtmlAttributeName("projectionType")]
    public ProjectionType ProjectionType { get; set; }
    Property Value
    Type Description
    ProjectionType

    Resize

    Triggers when resizing the maps.

    Declaration
    [HtmlAttributeName("resize")]
    public string Resize { get; set; }
    Property Value
    Type Description
    System.String

    RightClick

    Triggers when performing the right click operation on an element in maps.

    Declaration
    [HtmlAttributeName("rightClick")]
    public string RightClick { get; set; }
    Property Value
    Type Description
    System.String

    ShapeHighlight

    Triggers when mouse move on the shape in maps and before the shape gets highlighted.

    Declaration
    [HtmlAttributeName("shapeHighlight")]
    public string ShapeHighlight { get; set; }
    Property Value
    Type Description
    System.String

    ShapeRendering

    Triggers before the maps shape gets rendered.

    Declaration
    [HtmlAttributeName("shapeRendering")]
    public string ShapeRendering { get; set; }
    Property Value
    Type Description
    System.String

    ShapeSelected

    Triggers when clicking a shape in maps.

    Declaration
    [HtmlAttributeName("shapeSelected")]
    public string ShapeSelected { get; set; }
    Property Value
    Type Description
    System.String

    TabIndex

    Sets and gets the tab index value for the maps.

    Declaration
    [HtmlAttributeName("tabIndex")]
    public double TabIndex { get; set; }
    Property Value
    Type Description
    System.Double

    TagName

    Declaration
    protected override string TagName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.TagName

    Theme

    Set and gets the theme supported for the maps.

    Declaration
    [HtmlAttributeName("theme")]
    public MapsTheme Theme { get; set; }
    Property Value
    Type Description
    MapsTheme

    TitleSettings

    Sets and gets the title to be displayed for maps.

    Declaration
    [HtmlAttributeName("titleSettings")]
    public MapsTitleSettings TitleSettings { get; set; }
    Property Value
    Type Description
    MapsTitleSettings

    TooltipDisplayMode

    Sets and gets the mode in which the tooltip is to be displayed. The tooltip can be rendered on mouse move, click or double clicking on the element on the map.

    Declaration
    [HtmlAttributeName("tooltipDisplayMode")]
    public TooltipGesture TooltipDisplayMode { get; set; }
    Property Value
    Type Description
    TooltipGesture

    TooltipRender

    Triggers before the maps tooltip gets rendered.

    Declaration
    [HtmlAttributeName("tooltipRender")]
    public string TooltipRender { get; set; }
    Property Value
    Type Description
    System.String

    TooltipRenderComplete

    Triggers after the maps tooltip gets rendered.

    Declaration
    [HtmlAttributeName("tooltipRenderComplete")]
    public string TooltipRenderComplete { get; set; }
    Property Value
    Type Description
    System.String

    UseGroupingSeparator

    Enables or disables the visibility state of the separator for grouping.

    Declaration
    [HtmlAttributeName("useGroupingSeparator")]
    public bool UseGroupingSeparator { get; set; }
    Property Value
    Type Description
    System.Boolean

    Width

    Sets and gets the width in which the maps is to be rendered.

    Declaration
    [HtmlAttributeName("width")]
    public string Width { get; set; }
    Property Value
    Type Description
    System.String

    Zoom

    Triggers before the zoom operations in the maps such as zoom in and zoom out.

    Declaration
    [HtmlAttributeName("zoom")]
    public string Zoom { get; set; }
    Property Value
    Type Description
    System.String

    ZoomSettings

    Sets and gets the options to customize the zooming operations in maps.

    Declaration
    [HtmlAttributeName("zoomSettings")]
    public MapsZoomSettings ZoomSettings { get; set; }
    Property Value
    Type Description
    MapsZoomSettings
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved