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
NameOverride
An optional display-name override.
public string? NameOverride { get; init; }
Property Value
Type
The monument type.
public MonumentType Type { get; init; }