Map.IMapClusterImageProvider.GetClusterImage Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
virtual Microsoft::Maui::IImageSource ^ Microsoft.Maui.Maps.IMapClusterImageProvider.GetClusterImage(System::Collections::Generic::IReadOnlyList<Microsoft::Maui::Maps::IMapPin ^> ^ pins, int count, Microsoft::Maui::Devices::Sensors::Location ^ location) = Microsoft::Maui::Maps::IMapClusterImageProvider::GetClusterImage;
Microsoft.Maui.IImageSource? IMapClusterImageProvider.GetClusterImage(System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Maps.IMapPin> pins, int count, Microsoft.Maui.Devices.Sensors.Location location);
abstract member Microsoft.Maui.Maps.IMapClusterImageProvider.GetClusterImage : System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Maps.IMapPin> * int * Microsoft.Maui.Devices.Sensors.Location -> Microsoft.Maui.IImageSource
override this.Microsoft.Maui.Maps.IMapClusterImageProvider.GetClusterImage : System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Maps.IMapPin> * int * Microsoft.Maui.Devices.Sensors.Location -> Microsoft.Maui.IImageSource
Function GetClusterImage (pins As IReadOnlyList(Of IMapPin), count As Integer, location As Location) As IImageSource Implements IMapClusterImageProvider.GetClusterImage
Parameter
- pins
- IReadOnlyList<IMapPin>
- count
- Int32
- location
- Location