Kendo.Mvc.UI.Fluent.MapLayerDefaultsMarkerSettingsBuilder
Defines the fluent API for configuring MapLayerDefaultsMarkerSettings
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.
Opacity(System.Double)
The the opacity of all marker layers.
Parameters
value System.Double
The value for Opacity
Shape(Kendo.Mvc.UI.MapMarkersShape)
The marker shape. Supported shapes are "pin" and "pinTarget".
Parameters
value Kendo.Mvc.UI.MapMarkersShape
The value for Shape