Enum
MapSelectionMode

Defines the available selection modes in a MapShapefileLayer.

Definition

Namespace:Telerik.Maui.Controls.Map

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum MapSelectionMode

Fields

Multiple

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

Declaration

cs-api-definition
Multiple = 2

Field Value

MapSelectionMode

None

No selection is allowed.

Declaration

cs-api-definition
None = 0

Field Value

MapSelectionMode

Single

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.

Declaration

cs-api-definition
Single = 1

Field Value

MapSelectionMode

In this article
DefinitionFieldsMultipleNoneSingle
Not finding the help you need?
Contact Support