Class MapsMarker
Inheritance
System.Object
MapsMarker
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()
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsMarker : EJTagHelper
Constructors
MapsMarker()
Declaration
Properties
AnimationDelay
Sets and gets the delay time for the animation in marker.
Declaration
[HtmlAttributeName("animationDelay")]
public double AnimationDelay { get; set; }
Property Value
Type |
Description |
System.Double |
|
AnimationDuration
Sets and gets the duration time for animating the marker.
Declaration
[HtmlAttributeName("animationDuration")]
public double AnimationDuration { get; set; }
Property Value
Type |
Description |
System.Double |
|
Border
Sets and gets the options for customizing the color and width of the border for the marker in maps.
Declaration
[HtmlAttributeName("border")]
public MapsBorder Border { get; set; }
Property Value
ColorValuePath
Sets and gets the value path from the marker data source to apply color for the marker.
Declaration
[HtmlAttributeName("colorValuePath")]
public string ColorValuePath { get; set; }
Property Value
Type |
Description |
System.String |
|
DashArray
Sets and gets the dash-array for the marker.
Declaration
[HtmlAttributeName("dashArray")]
public string DashArray { get; set; }
Property Value
Type |
Description |
System.String |
|
DataSource
Sets and gets the data source for the marker.
The data source for the marker will contain latitude and longitude values to specify the location
of the marker.
The data source can contain data such as color, shape, and other details that can be bound to the color, shape,
and tooltip of the marker.
Declaration
[HtmlAttributeName("dataSource")]
public object DataSource { get; set; }
Property Value
Type |
Description |
System.Object |
|
Fill
Sets and gets the color for the marker in maps.
Declaration
[HtmlAttributeName("fill")]
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
Height
Sets and gets the height of the marker in maps.
Declaration
[HtmlAttributeName("height")]
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
HighlightSettings
Sets and gets the options to customize the marker while the mouse has hovered on the marker in maps.
Declaration
[HtmlAttributeName("highlightSettings")]
public MapsHighlightSettings HighlightSettings { get; set; }
Property Value
ImageUrl
Sets and gets the URL for rendering the marker as image.
Declaration
[HtmlAttributeName("imageUrl")]
public string ImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
ImageUrlValuePath
Sets and gets the value path from the marker data source for the image of the marker.
Declaration
[HtmlAttributeName("imageUrlValuePath")]
public string ImageUrlValuePath { get; set; }
Property Value
Type |
Description |
System.String |
|
InitialMarkerSelection
To select the shape at the rendering time.
Declaration
[HtmlAttributeName("initialMarkerSelection")]
public object InitialMarkerSelection { get; set; }
Property Value
Type |
Description |
System.Object |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
LatitudeValuePath
Defines the value path from the marker data source for setting latitude for a set of markers.
Declaration
[HtmlAttributeName("latitudeValuePath")]
public string LatitudeValuePath { get; set; }
Property Value
Type |
Description |
System.String |
|
LegendText
Sets and gets the text for the legend from the marker data source.
Declaration
[HtmlAttributeName("legendText")]
public string LegendText { get; set; }
Property Value
Type |
Description |
System.String |
|
LongitudeValuePath
Defines the value path from the marker data source for setting longitude for a set of markers.
Declaration
[HtmlAttributeName("longitudeValuePath")]
public string LongitudeValuePath { get; set; }
Property Value
Type |
Description |
System.String |
|
Offset
Sets and gets the position to move the marker by setting specific value.
Declaration
[HtmlAttributeName("offset")]
public object Offset { get; set; }
Property Value
Type |
Description |
System.Object |
|
Opacity
Sets and gets the opacity for the marker in maps.
Declaration
[HtmlAttributeName("opacity")]
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Query
Sets and gets the query to select particular data from the marker data.
This property is applicable only when the data source is created by data manager.
Declaration
[HtmlAttributeName("query")]
public string Query { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectionSettings
Sets and gets the options to customize the marker while selecting the marker in maps.
Declaration
[HtmlAttributeName("selectionSettings")]
public MapsSelectionSettings SelectionSettings { get; set; }
Property Value
Shape
Sets and gets the shape of the marker in maps.
Declaration
[HtmlAttributeName("shape")]
public MarkerType Shape { get; set; }
Property Value
ShapeValuePath
Sets and gets the value path from the marker data source to set the shape of the marker.
Declaration
[HtmlAttributeName("shapeValuePath")]
public string ShapeValuePath { get; set; }
Property Value
Type |
Description |
System.String |
|
Template
Sets and gets the template for the marker.
Declaration
[HtmlAttributeName("template")]
public string Template { get; set; }
Property Value
Type |
Description |
System.String |
|
Sets and gets the options to customize the tooltip for the marker in maps.
Declaration
[HtmlAttributeName("tooltipSettings")]
public MapsTooltipSettings TooltipSettings { get; set; }
Property Value
Visible
Enables or disables the visibility state of the marker based on the marker data source in maps.
Declaration
[HtmlAttributeName("visible")]
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Width
Sets and gets the width of the marker in maps.
Declaration
[HtmlAttributeName("width")]
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|