Class LatLngBounds
Class implementation of north east and south east points to calculate zoom level and center.
Inheritance
System.Object
LatLngBounds
Namespace: Com.Syncfusion.Maps
Assembly: Syncfusion.SfMaps.Android.dll
Syntax
public class LatLngBounds : Object
Constructors
LatLngBounds()
Declaration
public LatLngBounds()
Properties
Northeast
Gets or sets the northeast corner of the geo bounds.
Declaration
public Position Northeast { get; set; }
Property Value
Type |
---|
Position |
Southwest
Gets or sets the southwest corner of the geo bounds.
Declaration
public Position Southwest { get; set; }
Property Value
Type |
---|
Position |