Table of Contents

Class MapThumbnail

Namespace
RustMapsApi.V4.Models
Assembly
RustMapsApi.dll

A lightweight map reference returned by search.

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

Properties

MapId

The map identifier.

public string? MapId { get; init; }

Property Value

string

Seed

The map seed.

public int Seed { get; init; }

Property Value

int

Size

The map size.

public int Size { get; init; }

Property Value

int

Url

The RustMaps URL for the map.

public string? Url { get; init; }

Property Value

string