MapControlsAttributionSettingsBuilder
Methods
Position(Kendo.Mvc.UI.MapControlPosition)
Sets the position of the attribution control.
Parameters
position - MapControlPosition
The enum value that configures the position.
Example
@(Html.Kendo().Map()
.Name("map")
.Controls(controls => controls.Attribution(attr => attr.Position(MapControlPosition.TopLeft)))
)