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 |