ClusterClickedEventArgs(IReadOnlyList<Pin>, Location) Constructor

Definition

Initializes a new instance of the ClusterClickedEventArgs class.

public:
 ClusterClickedEventArgs(System::Collections::Generic::IReadOnlyList<Microsoft::Maui::Controls::Maps::Pin ^> ^ pins, Microsoft::Maui::Devices::Sensors::Location ^ location);
public ClusterClickedEventArgs(System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Controls.Maps.Pin> pins, Microsoft.Maui.Devices.Sensors.Location location);
new Microsoft.Maui.Controls.Maps.ClusterClickedEventArgs : System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Controls.Maps.Pin> * Microsoft.Maui.Devices.Sensors.Location -> Microsoft.Maui.Controls.Maps.ClusterClickedEventArgs
Public Sub New (pins As IReadOnlyList(Of Pin), location As Location)

Parameters

pins
IReadOnlyList<Pin>

The pins contained in the cluster.

location
Location

The location of the cluster.

Applies to