Table of Contents

Struct LatLngBounds

Namespace
Maplibre.NativeFfi.Geo
Assembly
Maplibre.NativeFfi.dll

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

Southwest LatLng
Northeast LatLng

Properties

Northeast

public LatLng Northeast { get; init; }

Property Value

LatLng

Southwest

public LatLng Southwest { get; init; }

Property Value

LatLng