Table of Contents

Class SearchQuery

Namespace
RustMapsApi.V4.Requests
Assembly
RustMapsApi.dll

A structured map-search query.

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

Properties

Biomes

The per-biome share filters.

public IReadOnlyList<BiomeFilter>? Biomes { get; init; }

Property Value

IReadOnlyList<BiomeFilter>

BuildableRocks

The buildable-rock count range.

public MinMaxFilter? BuildableRocks { get; init; }

Property Value

MinMaxFilter

Canyons

The canyon count range.

public MinMaxFilter? Canyons { get; init; }

Property Value

MinMaxFilter

Caves

The cave count range.

public MinMaxFilter? Caves { get; init; }

Property Value

MinMaxFilter

GasStations

The gas-station count range.

public MinMaxFilter? GasStations { get; init; }

Property Value

MinMaxFilter

IceLakes

The ice-lake count range.

public MinMaxFilter? IceLakes { get; init; }

Property Value

MinMaxFilter

Icebergs

The iceberg count range.

public MinMaxFilter? Icebergs { get; init; }

Property Value

MinMaxFilter

Islands

The island count range.

public MinMaxFilter? Islands { get; init; }

Property Value

MinMaxFilter

Lakes

The lake count range.

public MinMaxFilter? Lakes { get; init; }

Property Value

MinMaxFilter

LandPercentageOfMap

The land-percentage range.

public MinMaxFilter? LandPercentageOfMap { get; init; }

Property Value

MinMaxFilter

LargeMonuments

The large-monument filters.

public IReadOnlyList<MonumentFilter>? LargeMonuments { get; init; }

Property Value

IReadOnlyList<MonumentFilter>

Lighthouses

The lighthouse count range.

public MinMaxFilter? Lighthouses { get; init; }

Property Value

MinMaxFilter

Monuments

The total-monument count range.

public MinMaxFilter? Monuments { get; init; }

Property Value

MinMaxFilter

Mountains

The mountain count range.

public MinMaxFilter? Mountains { get; init; }

Property Value

MinMaxFilter

Oases

The oasis count range.

public MinMaxFilter? Oases { get; init; }

Property Value

MinMaxFilter

Rivers

The river count range.

public MinMaxFilter? Rivers { get; init; }

Property Value

MinMaxFilter

Size

The map-size range.

public MinMaxFilter? Size { get; init; }

Property Value

MinMaxFilter

Supermarkets

The supermarket count range.

public MinMaxFilter? Supermarkets { get; init; }

Property Value

MinMaxFilter

Swamps

The swamp count range.

public MinMaxFilter? Swamps { get; init; }

Property Value

MinMaxFilter

Warehouses

The warehouse count range.

public MinMaxFilter? Warehouses { get; init; }

Property Value

MinMaxFilter

WaterWells

The water-well count range.

public MinMaxFilter? WaterWells { get; init; }

Property Value

MinMaxFilter