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 iOS | 200.0 - 200.8 |
Xamarin.iOS | 100.1 - 100.15 |
ShowCalloutAt(MapPoint, UIView, CGPoint)
Shows a callout at the given location with Visual Element as content
Declaration
public void ShowCalloutAt(MapPoint location, UIView calloutContent, CGPoint leaderOffset = default(CGPoint))
Parameters
Type | Name | Description |
---|---|---|
MapPoint | location | Location to anchor the callout to. |
UIKit.UIView | calloutContent | The content of the callout |
CoreGraphics.CGPoint | leaderOffset | Adds additional offset to the Callout in pixels relative to the location |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET iOS | 200.0 - 200.8 |
Xamarin.iOS | 100.1 - 100.15 |