MapElementHandler Constructors

Definition

Overloads

Name Description
MapElementHandler()

Initializes a new instance of the MapElementHandler class with the default mapper.

MapElementHandler(IPropertyMapper)

Initializes a new instance of the MapElementHandler class with an optional custom mapper.

MapElementHandler()

Source:
MapElementHandler.cs
Source:
MapElementHandler.cs
Source:
MapElementHandler.cs
Source:
MapElementHandler.cs

Initializes a new instance of the MapElementHandler class with the default mapper.

public:
 MapElementHandler();
public MapElementHandler();
Public Sub New ()

Applies to

MapElementHandler(IPropertyMapper)

Source:
MapElementHandler.cs
Source:
MapElementHandler.cs
Source:
MapElementHandler.cs
Source:
MapElementHandler.cs

Initializes a new instance of the MapElementHandler class with an optional custom mapper.

public MapElementHandler(Microsoft.Maui.IPropertyMapper? mapper = default);
new Microsoft.Maui.Maps.Handlers.MapElementHandler : Microsoft.Maui.IPropertyMapper -> Microsoft.Maui.Maps.Handlers.MapElementHandler
Public Sub New (Optional mapper As IPropertyMapper = Nothing)

Parameters

mapper
IPropertyMapper

The property mapper to use, or null to use the default.

Applies to