Method ShowCalloutAt
ShowCalloutAt(MapPoint, CalloutDefinition)
Shows a callout based on a CalloutDefinition at the given location.
Declaration
public void ShowCalloutAt(MapPoint location, CalloutDefinition definition)
Parameters
| Type | Name | Description |
|---|---|---|
| MapPoint | location | Location to anchor the callout to. |
| CalloutDefinition | definition | The callout definition. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 200.0 - 200.8 |
| .NET Windows | 200.0 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
ShowCalloutAt(MapPoint, Maui.Controls.VisualElement, Point)
Shows a callout at the given location with a
Declaration
public void ShowCalloutAt(MapPoint location, Maui.Controls.VisualElement calloutContent, Point leaderOffset = null)
Parameters
| Type | Name | Description |
|---|---|---|
| MapPoint | location | Location to anchor the callout to. |
| Microsoft.Maui.Controls.VisualElement | calloutContent | The content of the callout. |
| Point | leaderOffset | Adds additional offset to the Callout in pixels relative to the location. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 200.7 - 200.8 |
| .NET Windows | 200.7 - 200.8 |
| .NET Android | 200.7 - 200.8 |
| .NET iOS | 200.7 - 200.8 |