Show / Hide Table of Contents

    Class CalloutClickedEventArgs

    Inheritance
    System.Object
    System.EventArgs
    CalloutClickedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Mapsui.UI.Forms
    Assembly: Mapsui.UI.Forms.dll
    Syntax
    public sealed class CalloutClickedEventArgs : EventArgs

    Properties

    | Improve this Doc View Source

    Callout

    Callout that is clicked

    Declaration
    public Callout Callout { get; }
    Property Value
    Type Description
    Callout
    | Improve this Doc View Source

    Handled

    Flag, if this event was handled

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if handled; otherwise, false.

    | Improve this Doc View Source

    NumOfTaps

    Number of taps

    Declaration
    public int NumOfTaps { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Point

    Point of click in EPSG:4326 coordinates

    Declaration
    public Position Point { get; }
    Property Value
    Type Description
    Position
    | Improve this Doc View Source

    ScreenPoint

    Point of click in screen coordinates

    Declaration
    public Point ScreenPoint { get; }
    Property Value
    Type Description
    Xamarin.Forms.Point
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX