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
Seed
The map seed.
public int Seed { get; init; }
Property Value
Size
The map size.
public int Size { get; init; }
Property Value
Url
The RustMaps URL for the map.
public string? Url { get; init; }