Kendo.Mvc.UI.Fluent.MapControlsSettingsBuilder
Defines the fluent API for configuring MapControlsSettings
Methods
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 configurator for the attribution setting.
Attribution(System.Boolean)
Configures or disables the built-in attribution control.
Parameters
enabled System.Boolean
Enables or disables the attribution 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 configurator for the navigator setting.
Navigator(System.Boolean)
Configures or disables the built-in navigator control (directional pad).
Parameters
enabled System.Boolean
Enables or disables the navigator 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 configurator for the zoom setting.
Zoom(System.Boolean)
Configures or disables the built-in zoom control (+/- button).
Parameters
enabled System.Boolean
Enables or disables the zoom option.