Table of Contents

Class SearchOptions

Namespace
RustMapsApi.V4.Requests
Assembly
RustMapsApi.dll

Optional query parameters for map search and filter calls.

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

Properties

CustomMaps

Include custom maps.

public bool? CustomMaps { get; init; }

Property Value

bool?

IgnoreVisitedMaps

Exclude previously visited maps.

public bool? IgnoreVisitedMaps { get; init; }

Property Value

bool?

IncludeAllProtocols

Include all save protocols.

public bool? IncludeAllProtocols { get; init; }

Property Value

bool?

SortBy

The sort order.

public string? SortBy { get; init; }

Property Value

string

Staging

Restrict to staging maps.

public bool? Staging { get; init; }

Property Value

bool?