Kendo.Mvc.UI.Fluent.MapMarkerDefaultsSettingsBuilder
Defines the fluent API for configuring the MapMarkerDefaultsSettings settings.
Methods
Shape(Kendo.Mvc.UI.MapMarkersShape)
The default marker shape. Supported shapes are "pin" and "pinTarget".
Parameters
value Kendo.Mvc.UI.MapMarkersShape
The value that configures the shape.
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<Kendo.Mvc.UI.Fluent.MapMarkerTooltipBuilder>)
Default Kendo UI Tooltip options for this marker.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.MapMarkerTooltipBuilder>
The action that configures the tooltip.