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 - 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)
The tooltip options for this marker.
Parameters
configurator - System.Action<MapMarkerTooltipBuilder>
The action that configures the tooltip.