Share via


IMapPin Interface

Definition

Represents a Pin that displays a map.

public interface class IMapPin : Microsoft::Maui::IElement
public interface IMapPin : Microsoft.Maui.IElement
type IMapPin = interface
    interface IElement
Public Interface IMapPin
Implements IElement
Derived
Implements

Properties

Name Description
Address

The physical address that is associated with this pin.

ClusteringIdentifier

Gets the clustering identifier for this pin. Pins with the same identifier will be grouped together when clustering is enabled.

Handler

Gets or sets the View Handler of the Element.

(Inherited from IElement)
ImageSource

Gets the custom image source for this pin's icon.

Label

The label that is shown for this pin.

Location

The geographical location of this pin.

MarkerId

Gets or sets the platform-specific marker identifier.

Parent

Gets the Parent of the Element.

(Inherited from IElement)

Methods

Name Description
SendInfoWindowClick()

Sends an info window click event.

SendMarkerClick()

Sends a marker click event.

Extension Methods

Name Description
ToHandler(IElement, IMauiContext)
ToPlatform(IElement, IMauiContext)

Applies to