Class CalloutClickedEventArgs
Inherited Members
Namespace: Mapsui.UI.Maui
Assembly: Mapsui.UI.Maui.dll
Syntax
public sealed class CalloutClickedEventArgs : EventArgs
  Properties
| Edit this page View SourceCallout
Callout that is clicked
Declaration
public Callout? Callout { get; }
  Property Value
| Type | Description | 
|---|---|
| Callout | 
GestureType
Number of taps
Declaration
public GestureType GestureType { get; }
  Property Value
| Type | Description | 
|---|---|
| GestureType | 
Handled
Flag, if this event was handled
Declaration
public bool Handled { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool | 
  | 
      
Point
Point of click in EPSG:4326 coordinates
Declaration
public Position Point { get; }
  Property Value
| Type | Description | 
|---|---|
| Position | 
ScreenPoint
Point of click in screen coordinates
Declaration
public Point ScreenPoint { get; }
  Property Value
| Type | Description | 
|---|---|
| Point |