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
BuildableRocks
The buildable-rock count range.
public MinMaxFilter? BuildableRocks { get; init; }
Property Value
Canyons
The canyon count range.
public MinMaxFilter? Canyons { get; init; }
Property Value
Caves
The cave count range.
public MinMaxFilter? Caves { get; init; }
Property Value
GasStations
The gas-station count range.
public MinMaxFilter? GasStations { get; init; }
Property Value
IceLakes
The ice-lake count range.
public MinMaxFilter? IceLakes { get; init; }
Property Value
Icebergs
The iceberg count range.
public MinMaxFilter? Icebergs { get; init; }
Property Value
Islands
The island count range.
public MinMaxFilter? Islands { get; init; }
Property Value
Lakes
The lake count range.
public MinMaxFilter? Lakes { get; init; }
Property Value
LandPercentageOfMap
The land-percentage range.
public MinMaxFilter? LandPercentageOfMap { get; init; }
Property Value
LargeMonuments
The large-monument filters.
public IReadOnlyList<MonumentFilter>? LargeMonuments { get; init; }
Property Value
Lighthouses
The lighthouse count range.
public MinMaxFilter? Lighthouses { get; init; }
Property Value
Monuments
The total-monument count range.
public MinMaxFilter? Monuments { get; init; }
Property Value
Mountains
The mountain count range.
public MinMaxFilter? Mountains { get; init; }
Property Value
Oases
The oasis count range.
public MinMaxFilter? Oases { get; init; }
Property Value
Rivers
The river count range.
public MinMaxFilter? Rivers { get; init; }
Property Value
Size
The map-size range.
public MinMaxFilter? Size { get; init; }
Property Value
Supermarkets
The supermarket count range.
public MinMaxFilter? Supermarkets { get; init; }
Property Value
Swamps
The swamp count range.
public MinMaxFilter? Swamps { get; init; }
Property Value
Warehouses
The warehouse count range.
public MinMaxFilter? Warehouses { get; init; }
Property Value
WaterWells
The water-well count range.
public MinMaxFilter? WaterWells { get; init; }