Table of Contents

Class BoundOptions

Namespace
Maplibre.NativeFfi.Camera
Assembly
Maplibre.NativeFfi.dll

Camera bound constraint descriptor.

public sealed record BoundOptions : IEquatable<BoundOptions>
Inheritance
BoundOptions
Implements
Inherited Members

Remarks

Compares and hashes by property value; keep an instance unmodified while it is a key in a hash-based collection.

Properties

Bounds

public BoundsConstraint? Bounds { get; set; }

Property Value

BoundsConstraint

MaximumPitch

public double? MaximumPitch { get; set; }

Property Value

double?

MaximumZoom

public double? MaximumZoom { get; set; }

Property Value

double?

MinimumPitch

public double? MinimumPitch { get; set; }

Property Value

double?

MinimumZoom

public double? MinimumZoom { get; set; }

Property Value

double?