Class Maps
Inheritance
System.Object
Maps
Assembly: Syncfusion.EJ2.dll
Syntax
public class Maps : EJTagHelper
Constructors
Maps()
Declaration
Properties
AllowImageExport
Enables or disables the export to image functionality in map.
Declaration
public bool AllowImageExport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowPdfExport
Enables or disables the export to PDF functionality in map.
Declaration
public bool AllowPdfExport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowPrint
Enables or disables the print functionality in map.
Declaration
public bool AllowPrint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AnimationComplete
Triggers after the animation completed in the maps component.
Declaration
public string AnimationComplete { get; set; }
Property Value
Type |
Description |
System.String |
|
AnnotationRendering
Triggers before rendering the annotation in maps.
Declaration
public string AnnotationRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
Annotations
Sets and gets the options for customizing the annotation of maps.
Declaration
public List<MapsAnnotation> Annotations { get; set; }
Property Value
Background
Sets and gets the background color of the maps container.
Declaration
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
public double BaseLayerIndex { get; set; }
Property Value
Type |
Description |
System.Double |
|
BeforePrint
Triggers before the print gets started.
Declaration
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
public MapsBorder Border { get; set; }
Property Value
BubbleClick
Triggers when performing the click operation on the bubble element in maps.
Declaration
public string BubbleClick { get; set; }
Property Value
Type |
Description |
System.String |
|
BubbleMouseMove
Triggers when hovering the mouse on the bubble element in maps.
Declaration
public string BubbleMouseMove { get; set; }
Property Value
Type |
Description |
System.String |
|
BubbleRendering
Triggers before the bubble element gets rendered on the map.
Declaration
public string BubbleRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
CenterPosition
Sets and gets the center position of the maps.
Declaration
public MapsCenterPosition CenterPosition { get; set; }
Property Value
ClassName
Declaration
protected override string ClassName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Click
Triggers when clicking an element in maps.
Declaration
public string Click { get; set; }
Property Value
Type |
Description |
System.String |
|
DataLabelRendering
Triggers before the data-label gets rendered.
Declaration
public string DataLabelRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Sets and gets the description for maps.
Declaration
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
public string DoubleClick { get; set; }
Property Value
Type |
Description |
System.String |
|
EnablePersistence
Enable or disable persisting component's state between page reloads.
Declaration
public bool EnablePersistence { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableRtl
Enable or disable rendering component in right to left direction.
Declaration
public bool EnableRtl { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Sets and gets the format in which the text in the maps are to be rendered.
Declaration
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
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
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
ItemHighlight
Trigger when mouse move on the shape in maps and before the shape gets highlighted.
Declaration
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
public string ItemSelection { get; set; }
Property Value
Type |
Description |
System.String |
|
LayerRendering
Triggers before the maps layer gets rendered.
Declaration
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
public List<MapsLayer> Layers { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<MapsLayer> |
|
LegendRendering
Triggers before the legend gets rendered.
Declaration
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
public MapsLegendSettings LegendSettings { get; set; }
Property Value
Load
Triggers when the map is on load.
Declaration
public string Load { get; set; }
Property Value
Type |
Description |
System.String |
|
Loaded
Triggers after the maps gets rendered.
Declaration
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
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
public MapsMapsAreaSettings MapsArea { get; set; }
Property Value
Margin
Sets and gets the options to customize the margins of the maps.
Declaration
public MapsMargin Margin { get; set; }
Property Value
MarkerClick
Triggers when clicking on the maps marker element.
Declaration
public string MarkerClick { get; set; }
Property Value
Type |
Description |
System.String |
|
MarkerClusterClick
Triggers when clicking the marker cluster in maps.
Declaration
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
public string MarkerClusterMouseMove { get; set; }
Property Value
Type |
Description |
System.String |
|
MarkerClusterRendering
Triggers before the maps marker cluster gets rendered.
Declaration
public string MarkerClusterRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
MarkerMouseMove
Triggers when moving the mouse over the marker element in maps.
Declaration
public string MarkerMouseMove { get; set; }
Property Value
Type |
Description |
System.String |
|
MarkerRendering
Triggers before the maps marker gets rendered.
Declaration
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
Onclick
Declaration
public string Onclick { get; set; }
Property Value
Type |
Description |
System.String |
|
Pan
Triggers before performing the panning operation.
Declaration
public string Pan { get; set; }
Property Value
Type |
Description |
System.String |
|
ProjectionType
Sets and gets the projection type for the maps.
Declaration
public ProjectionType ProjectionType { get; set; }
Property Value
Resize
Triggers when resizing the maps.
Declaration
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
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
public string ShapeHighlight { get; set; }
Property Value
Type |
Description |
System.String |
|
ShapeRendering
Triggers before the maps shape gets rendered.
Declaration
public string ShapeRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
ShapeSelected
Triggers when clicking a shape in maps.
Declaration
public string ShapeSelected { get; set; }
Property Value
Type |
Description |
System.String |
|
TabIndex
Sets and gets the tab index value for the maps.
Declaration
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
Theme
Set and gets the theme supported for the maps.
Declaration
public MapsTheme Theme { get; set; }
Property Value
TitleSettings
Sets and gets the title to be displayed for maps.
Declaration
public MapsTitleSettings TitleSettings { get; set; }
Property Value
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
public TooltipGesture TooltipDisplayMode { get; set; }
Property Value
Triggers before the maps tooltip gets rendered.
Declaration
public string TooltipRender { get; set; }
Property Value
Type |
Description |
System.String |
|
Triggers after the maps tooltip gets rendered.
Declaration
public string TooltipRenderComplete { get; set; }
Property Value
Type |
Description |
System.String |
|
UseGroupingSeparator
Enables or disables the visibility state of the separator for grouping.
Declaration
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
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
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
public MapsZoomSettings ZoomSettings { get; set; }
Property Value