MapControlsNavigatorSettingsBuilder
Methods
Position(Kendo.Mvc.UI.MapControlPosition)
Defines the position of the navigator control.
Parameters
value - MapControlPosition
The enum value that configures the position.
Example
@(Html.Kendo().Map()
.Name("map")
.Controls(controls => controls.Navigator(nav => nav.Position(MapControlPosition.TopLeft)))
)