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 |