Table of Contents

Class Monument

Namespace
RustMapsApi.V4.Models
Assembly
RustMapsApi.dll

A monument placed on a map.

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

Properties

Coordinates

The monument position.

public Coordinates? Coordinates { get; init; }

Property Value

Coordinates

NameOverride

An optional display-name override.

public string? NameOverride { get; init; }

Property Value

string

Type

The monument type.

public MonumentType Type { get; init; }

Property Value

MonumentType