Kendo.Mvc.UI.Fluent.MapLayerDefaultsMarkerSettingsBuilder
Defines the fluent API for configuring the MapLayerDefaultsMarkerSettings settings.
Methods
Opacity(System.Double)
The the opacity of all marker layers.
Parameters
value System.Double
The value that configures the opacity.
Shape(Kendo.Mvc.UI.MapMarkersShape)
The 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>)
The tooltip options for this marker.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.MapMarkerTooltipBuilder>
The action that configures the tooltip.