Class GeoCoordinateChangedEventArgs
Represents the GeoCoordinateChangedEventArgs. To render this, create an instance of the GeoCoordinateChangedEventArgs class, and set required properties.
Inheritance
System.Object
GeoCoordinateChangedEventArgs
Namespace: Syncfusion.SfMaps.XForms
Assembly: Syncfusion.SfMaps.XForms.dll
Syntax
public class GeoCoordinateChangedEventArgs : EventArgs
Constructors
GeoCoordinateChangedEventArgs()
Declaration
public GeoCoordinateChangedEventArgs()
Properties
BottomLeft
Gets the bottom-left coordinate of the maps. It gives the latitude and longitude of the bottom-left in imagery layer.
Declaration
public Point BottomLeft { get; }
Property Value
Type |
---|
Xamarin.Forms.Point |
BottomRight
Gets the bottom-right coordinate of the maps. It gives the latitude and longitude of the bottom-right in imagery layer.
Declaration
public Point BottomRight { get; }
Property Value
Type |
---|
Xamarin.Forms.Point |
Center
Gets the center coordinate of the maps. It gives the latitude and longitude of the center in imagery layer.
Declaration
public Point Center { get; }
Property Value
Type |
---|
Xamarin.Forms.Point |
TopLeft
Gets the top-left coordinate of the maps. It gives the latitude and longitude of the top-left in imagery layer.
Declaration
public Point TopLeft { get; }
Property Value
Type |
---|
Xamarin.Forms.Point |
TopRight
Gets the top-right coordinate of the maps. It gives the latitude and longitude of the top-right in imagery layer.
Declaration
public Point TopRight { get; }
Property Value
Type |
---|
Xamarin.Forms.Point |