Table of Contents

Class GEarthOptions

Namespace
Xabbo.GEarth
Assembly
Xabbo.GEarth.dll

Specifies the options to be used by GEarthExtension.

public sealed record GEarthOptions : IEquatable<GEarthOptions>
Inheritance
GEarthOptions
Implements

Constructors

GEarthOptions()

public GEarthOptions()

Properties

Author

The author of the extension.

public string Author { get; init; }

Property Value

string

Description

The description of the extension.

public string Description { get; init; }

Property Value

string

Name

The name of the extension.

public string Name { get; init; }

Property Value

string

ShowDeleteButton

Specifies whether to show the delete button in G-Earth after the user disconnects from the extension. Defaults to true.

public bool ShowDeleteButton { get; init; }

Property Value

bool

ShowLeaveButton

Specifies whether to show the leave button in G-Earth. Defaults to true.

public bool ShowLeaveButton { get; init; }

Property Value

bool

Version

The version of the extension.

public string Version { get; init; }

Property Value

string