MapPinHandler Constructors

Definition

Overloads

Name Description
MapPinHandler()

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

MapPinHandler(IPropertyMapper)

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

MapPinHandler()

Source:
MapPinHandler.cs
Source:
MapPinHandler.cs
Source:
MapPinHandler.cs
Source:
MapPinHandler.cs

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

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

Applies to

MapPinHandler(IPropertyMapper)

Source:
MapPinHandler.cs
Source:
MapPinHandler.cs
Source:
MapPinHandler.cs
Source:
MapPinHandler.cs

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

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

Parameters

mapper
IPropertyMapper

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

Applies to