Class LatLngQuad
- Namespace
- MapLibreNative.Maui.Handlers.Geometry
public class LatLngQuad
- Inheritance
-
LatLngQuad
- Inherited Members
Constructors
LatLngQuad(LatLng, LatLng, LatLng, LatLng)
public LatLngQuad(LatLng topRight, LatLng topLeft, LatLng bottomRight, LatLng bottomLeft)
Parameters
Properties
BottomLeft
public LatLng BottomLeft { get; set; }
Property Value
BottomRight
public LatLng BottomRight { get; set; }
Property Value
TopLeft
public LatLng TopLeft { get; set; }
Property Value
TopRight
public LatLng TopRight { get; set; }