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

Address

The physical address that is associated with this pin.

Handler

Gets or sets the View Handler of the Element.

(Inherited from IElement)
Label

The label that is shown for this pin.

Location

The geographical location of this pin.

MarkerId
Parent

Gets the Parent of the Element.

(Inherited from IElement)

Methods

SendInfoWindowClick()
SendMarkerClick()

Extension Methods

ToHandler(IElement, IMauiContext)
ToPlatform(IElement, IMauiContext)

Applies to