Kendo.Mvc.UI.Fluent.MapControlsSettingsBuilder
Defines the fluent API for configuring the MapControlsSettings settings.
Methods
Attribution(System.Boolean)
Configures or disables the built-in attribution control.
Parameters
enabled System.Boolean
Enables or disables the attribution option.
Attribution(System.Action<Kendo.Mvc.UI.Fluent.MapControlsAttributionSettingsBuilder>)
Configures or disables the built-in attribution control.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.MapControlsAttributionSettingsBuilder>
The action that configures the attribution.
Navigator(System.Boolean)
Configures or disables the built-in navigator control (directional pad).
Parameters
enabled System.Boolean
Enables or disables the navigator option.
Navigator(System.Action<Kendo.Mvc.UI.Fluent.MapControlsNavigatorSettingsBuilder>)
Configures or disables the built-in navigator control (directional pad).
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.MapControlsNavigatorSettingsBuilder>
The action that configures the navigator.
Zoom(System.Boolean)
Configures or disables the built-in zoom control (+/- button).
Parameters
enabled System.Boolean
Enables or disables the zoom option.
Zoom(System.Action<Kendo.Mvc.UI.Fluent.MapControlsZoomSettingsBuilder>)
Configures or disables the built-in zoom control (+/- button).
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.MapControlsZoomSettingsBuilder>
The action that configures the zoom.