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 Android | 200.0 - 200.6 |
Xamarin.Android | 100.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 |
---|---|---|
Map |
location | Location to anchor the callout to. |
Android. |
calloutContent | The content of the callout |
Android. |
leaderOffset | Adds additional offset to the Callout in pixels relative to the location |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Android | 200.3 - 200.6 |
Xamarin.Android | 100.1 - 100.14 |