New to Telerik UI for BlazorStart a free 30-day trial

Specifies a Map operation exposed as a WebMCP tool.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum MapWebMcpToolCommand

Fields

Add a marker to the map.

C#
AddMarker = 2

Remove all markers from the map.

C#
ClearMarkers = 3

Center the map on a specific location.

C#
SetCenter = 0

Set the zoom level of the map.

C#
SetZoom = 1