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
.NET Android200.0 - 300.0
Xamarin.Android100.1 - 100.15

ShowCalloutAt(MapPoint, View, PointF?)

Shows a callout at the given location with Visual Element as content

Declaration
public void ShowCalloutAt(MapPoint location, View calloutContent, PointF? leaderOffset = null)
Parameters
Type Name Description
MapPoint location

Location to anchor the callout to.

View calloutContent

The content of the callout

PointF leaderOffset

Adds additional offset to the Callout in pixels relative to the location

Applies to

Platforms and versions
TargetVersions
.NET Android200.3 - 300.0
Xamarin.Android100.1 - 100.14
In this article
Provide feedback
Back to top Copyright © 2025 Esri.