Class CenterChangedEventArgs
Provides event data for the CenterChanged event.
Inheritance
System.Object
CenterChangedEventArgs
Namespace: Syncfusion.Maui.Maps
Assembly: Syncfusion.Maui.Maps.dll
Syntax
public class CenterChangedEventArgs : EventArgs
Constructors
CenterChangedEventArgs()
Declaration
public CenterChangedEventArgs()
Properties
BottomLeft
Gets the bottom left latitude and longitude position to the maps.
Declaration
public MapLatLng BottomLeft { get; }
Property Value
Type |
---|
MapLatLng |
BottomRight
Gets the top left latitude and longitude position to the maps.
Declaration
public MapLatLng BottomRight { get; }
Property Value
Type |
---|
MapLatLng |
Center
Gets the center latitude and longitude position to the maps.
Declaration
public MapLatLng Center { get; }
Property Value
Type |
---|
MapLatLng |
TopLeft
Gets the top left latitude and longitude position to the maps.
Declaration
public MapLatLng TopLeft { get; }
Property Value
Type |
---|
MapLatLng |
TopRight
Gets the top right latitude and longitude position to the maps.
Declaration
public MapLatLng TopRight { get; }
Property Value
Type |
---|
MapLatLng |