Table of Contents

Class SourceFeatureQueryOptions

Namespace
Maplibre.NativeFfi.Query
Assembly
Maplibre.NativeFfi.dll
public sealed record SourceFeatureQueryOptions : IEquatable<SourceFeatureQueryOptions>
Inheritance
SourceFeatureQueryOptions
Implements
Inherited Members

Remarks

Compares and hashes by property value, comparing SourceLayerIds element by element. Assigning SourceLayerIds snapshots the caller's list. Keep an instance unmodified while it is a key in a hash-based collection.

Properties

Filter

public byte[]? Filter { get; set; }

Property Value

byte[]

SourceLayerIds

public IReadOnlyList<string>? SourceLayerIds { get; set; }

Property Value

IReadOnlyList<string>

Methods

Equals(SourceFeatureQueryOptions?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(SourceFeatureQueryOptions? other)

Parameters

other SourceFeatureQueryOptions

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.