MapMarkerBuilder
Defines the fluent API for configuring MapMarker
Methods
HtmlAttributes(System.Object)
Sets the HTML attributes.
Parameters
attributes - System.Object
The HTML attributes.
HtmlAttributes(System.Collections.Generic.IDictionary)
Sets the HTML attributes.
Parameters
attributes - System.Collections.Generic.IDictionary<String,Object>
The HTML attributes.
Shape(System.String)
The marker shape name. The "pin" and "pinTarget" shapes are predefined.
Parameters
name - System.String
The name of the shape.
Tooltip(System.Action)
The tooltip options for this marker.
Parameters
configurator - System.Action<MapMarkerTooltipBuilder>
The action that configures the tooltip.
Location(System.Double[])
The marker location on the map. Coordinates are listed as [Latitude, Longitude].
Parameters
value - System.Double[]
The value for Location
Title(System.String)
The marker title. Displayed as browser tooltip.
Parameters
value - System.String
The value for Title
Shape(Kendo.Mvc.UI.MapMarkersShape)
The marker shape. Supported shapes are "pin" and "pinTarget".
Parameters
value - MapMarkersShape
The value for Shape