Class MinMaxLatitudeLongitude
This class contains the minimum and maximum latitude and longitude coordinates of the map's visible area.
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class MinMaxLatitudeLongitude : Object
Constructors
MinMaxLatitudeLongitude()
Declaration
public MinMaxLatitudeLongitude()
Properties
MaxLatitude
Gets the maximum latitude value from the visible map area.
Declaration
public double MaxLatitude { get; }
Property Value
Type |
---|
System.Double |
MaxLongitude
Gets the maximum longitude value from the visible map area.
Declaration
public double MaxLongitude { get; }
Property Value
Type |
---|
System.Double |
MinLatitude
Gets the minimum latitude value from the visible map area.
Declaration
public double MinLatitude { get; }
Property Value
Type |
---|
System.Double |
MinLongitude
Gets the minimum longitude value from the visible map area.
Declaration
public double MinLongitude { get; }
Property Value
Type |
---|
System.Double |