Method ShowCalloutAt
ShowCalloutAt(MapPoint, CalloutDefinition)
Shows a callout based on a Callout
Declaration
public void ShowCalloutAt(MapPoint location, CalloutDefinition definition)
Parameters
Type | Name | Description |
---|---|---|
Map |
location | Location to anchor the callout to. |
Callout |
definition | The callout definition. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET | 200.0 - 200.6 |
.NET Windows | 200.0 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
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 |
---|---|---|
Map |
location | Location to anchor the callout to. |
Microsoft. |
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.6 |
.NET Windows | 200.6 |
.NET Android | 200.6 |
.NET iOS | 200.6 |