menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GeoCoordinateChangedEventArgs - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GeoCoordinateChangedEventArgs

    To implement GeoCoordinateChangedEventArgs in imagery layer

    Inheritance
    System.Object
    GeoCoordinateChangedEventArgs
    Namespace: Com.Syncfusion.Maps
    Assembly: Syncfusion.SfMaps.Android.dll
    Syntax
    public class GeoCoordinateChangedEventArgs : EventArgs

    Constructors

    GeoCoordinateChangedEventArgs()

    Declaration
    public GeoCoordinateChangedEventArgs()

    Properties

    BottomLeft

    Gets the bottom left latitude and longitude.

    Declaration
    public PointF BottomLeft { get; }
    Property Value
    Type
    Android.Graphics.PointF

    BottomRight

    Gets the bottom right latitude and longitude.

    Declaration
    public PointF BottomRight { get; }
    Property Value
    Type
    Android.Graphics.PointF

    Center

    Gets the center latitude and longitude.

    Declaration
    public PointF Center { get; }
    Property Value
    Type
    Android.Graphics.PointF

    TopLeft

    Gets the top left latitude and longitude.

    Declaration
    public PointF TopLeft { get; }
    Property Value
    Type
    Android.Graphics.PointF

    TopRight

    Gets the top right latitude and longitude.

    Declaration
    public PointF TopRight { get; }
    Property Value
    Type
    Android.Graphics.PointF
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved