IMapPin Interface
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.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.