menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class GeoCoordinateChangedEventArgs

    To implement GeoCoordinateChangedEventArgs in imagery layer

    Inheritance
    System.Object
    GeoCoordinateChangedEventArgs
    Namespace: Syncfusion.SfMaps.iOS
    Assembly: Syncfusion.SfMaps.iOS.dll
    Syntax
    public class GeoCoordinateChangedEventArgs : EventArgs

    Constructors

    GeoCoordinateChangedEventArgs()

    Declaration
    public GeoCoordinateChangedEventArgs()

    Properties

    BottomLeft

    Gets the bottom left latitude and longitude.

    Declaration
    public CGPoint BottomLeft { get; }
    Property Value
    Type
    CoreGraphics.CGPoint

    BottomRight

    Gets the bottom right latitude and longitude.

    Declaration
    public CGPoint BottomRight { get; }
    Property Value
    Type
    CoreGraphics.CGPoint

    Center

    Gets the center latitude and longitude.

    Declaration
    public CGPoint Center { get; }
    Property Value
    Type
    CoreGraphics.CGPoint

    TopLeft

    Gets the top left latitude and longitude.

    Declaration
    public CGPoint TopLeft { get; }
    Property Value
    Type
    CoreGraphics.CGPoint

    TopRight

    Gets the top right latitude and longitude.

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