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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.