alexa
menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GeoCoordinateChangedEventArgs

    To implement GeoCoordinateChangedEventArgs in imagery layer

    Inheritance
    System.Object
    GeoCoordinateChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.SfMaps.UWP.dll
    Syntax
    public class GeoCoordinateChangedEventArgs : EventArgs

    Constructors

    GeoCoordinateChangedEventArgs()

    Declaration
    public GeoCoordinateChangedEventArgs()

    Properties

    BottomLeft

    Gets the bottom left latitude and longitude.

    Declaration
    public Point BottomLeft { get; }
    Property Value
    Type
    Windows.Foundation.Point

    BottomRight

    Gets the bottom right latitude and longitude.

    Declaration
    public Point BottomRight { get; }
    Property Value
    Type
    Windows.Foundation.Point

    Center

    Gets the center latitude and longitude.

    Declaration
    public Point Center { get; }
    Property Value
    Type
    Windows.Foundation.Point

    TopLeft

    Gets the top left latitude and longitude.

    Declaration
    public Point TopLeft { get; }
    Property Value
    Type
    Windows.Foundation.Point

    TopRight

    Gets the top right latitude and longitude.

    Declaration
    public Point TopRight { get; }
    Property Value
    Type
    Windows.Foundation.Point

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved