ClusterClickedEventArgs(IReadOnlyList<Pin>, Location) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.