Show / Hide Table of Contents

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
TargetVersions
.NET200.0 - 200.8
.NET Windows200.0 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8

ShowCalloutAt(MapPoint, Maui.Controls.VisualElement, Point)

Shows a callout at the given location with a as content.

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
TargetVersions
.NET200.7 - 200.8
.NET Windows200.7 - 200.8
.NET Android200.7 - 200.8
.NET iOS200.7 - 200.8
In This Article
Back to top Copyright © 2022 Esri.