Kendo.Mvc.UI.Fluent.MapMarkerDefaultsSettingsBuilder
Defines the fluent API for configuring MapMarkerDefaultsSettings
Methods
Shape(System.String)
The marker shape name. The "pin" and "pinTarget" shapes are predefined.
Parameters
value 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.
Shape(Kendo.Mvc.UI.MapMarkersShape)
The default marker shape. Supported shapes are "pin" and "pinTarget".
Parameters
value Kendo.Mvc.UI.MapMarkersShape
The value for Shape