Struct LatLngBounds
Geographic bounds in degrees.
public readonly record struct LatLngBounds : IEquatable<LatLngBounds>
- Implements
- Inherited Members
Constructors
LatLngBounds(LatLng, LatLng)
Geographic bounds in degrees.
public LatLngBounds(LatLng Southwest, LatLng Northeast)
Parameters
Properties
Northeast
public LatLng Northeast { get; init; }
Property Value
Southwest
public LatLng Southwest { get; init; }