Skip to content

galaxy map.Interface.GalaxyMapMarker

github-actions[bot] edited this page Sep 20, 2026 · 3 revisions

@elite-dangerous-almanac/core / galaxy-map / GalaxyMapMarker

Interface: GalaxyMapMarker

Defined in: src/galaxy-map/markers.ts:27

One galaxy-map marker and the two colours the game draws it in.

Remarks

Both colours are uppercase seven-character #RRGGBB strings, so a consumer can hand either straight to CSS, to a canvas fill, or to a colour parser.

Properties

color

readonly color: string

Defined in: src/galaxy-map/markers.ts:37

The glyph's colour, as #RRGGBB. This is the marker's primary colour: the one a caller uses to tint an icon, draw a legend swatch, or colour a map pin.


frameColor

readonly frameColor: string

Defined in: src/galaxy-map/markers.ts:46

The square border's colour, as #RRGGBB.

Remarks

This matches GalaxyMapMarker.color on every marker but front-line, which the game frames in a darker purple than its arrow. It is always present, so a caller never has to fall back to color.


symbol

readonly symbol: string

Defined in: src/galaxy-map/markers.ts:32

The marker's stable identifier, in lower-case kebab case, which is also the base name of its asset file (bookmark, front-line, station-under-attack).

TypeScript

Guides
astro
Classes (1)
ProceduralSystem

Properties

Accessors

Methods

Interfaces (28)
Type Aliases (6)
Variables (22)
Functions (57)
Subpath modules (3)
commodities
Interfaces (1)
Type Aliases (1)
Variables (3)
Functions (3)
equipment
Interfaces (18)
Type Aliases (9)
Variables (4)
Functions (14)
Subpath modules (2)
galaxy-map
Interfaces (1)
Variables (1)
Functions (2)
i18n
Interfaces (1)
Type Aliases (1)
Functions (23)
materials
Enumerations (2)
Interfaces (2)
Type Aliases (2)
Variables (9)
Functions (9)
ships
Classes (3)
BuildMetrics

Methods

LoadoutEditError

Constructors

Properties

Methods

ShipLoadout

Accessors

Methods

Interfaces (125)
Type Aliases (44)
Variables (10)
Functions (86)
Subpath modules (8)

Clone this wiki locally