Class LatLngBounds
- Namespace
- MapLibreNative.Maui.Handlers.Geometry
public class LatLngBounds
- Inheritance
-
LatLngBounds
- Inherited Members
Constructors
LatLngBounds(LatLng, LatLng)
public LatLngBounds(LatLng ne, LatLng sw)
Parameters
Properties
NorthEast
public LatLng NorthEast { get; set; }
Property Value
SouthWest
public LatLng SouthWest { get; set; }