Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MarkerMoveEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MarkerMoveEventArgs

    Specifies the event arguments for marker move event in maps.

    Inheritance
    System.Object
    MapsBaseEventArgs
    MarkerMoveEventArgs
    MarkerClickEventArgs
    Inherited Members
    MapsBaseEventArgs.Cancel
    MapsBaseEventArgs.Name
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MarkerMoveEventArgs : MapsBaseEventArgs

    Constructors

    MarkerMoveEventArgs()

    Declaration
    public MarkerMoveEventArgs()

    Properties

    Data

    Defines the data of the marker in event argument.

    Declaration
    public Dictionary<string, string> Data { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    Latitude

    Defines the current latitude value of maps location

    Declaration
    public double Latitude { get; set; }
    Property Value
    Type Description
    System.Double

    Longitude

    Defines the current longitude value of maps location

    Declaration
    public double Longitude { get; set; }
    Property Value
    Type Description
    System.Double

    Target

    Defines the current mouse event target id

    Declaration
    public string Target { get; set; }
    Property Value
    Type Description
    System.String

    X

    Defines the current mouse x location.

    Declaration
    public double X { get; set; }
    Property Value
    Type Description
    System.Double

    Y

    Defines the current mouse y location.

    Declaration
    public double Y { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved