New to Telerik UI for .NET MAUIStart a free 30-day trial

Defines the available selection modes in a MapShapefileLayer.

Definition

Namespace:Telerik.Maui.Controls.Map

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public enum MapSelectionMode

Fields

Multiple-shape selection is allowed. A shape is selected when tapped and deselected if tapped again.

C#
Multiple = 2

No selection is allowed.

C#
None = 0

Single-shape selection is allowed. A shape is selected when tapped and deselected if tapped again. If a new shape is tapped, the previous selected one is deselected.

C#
Single = 1
In this article
DefinitionFieldsMultipleNoneSingle
Not finding the help you need?
Contact Support