SpaceMongers.Models.Location (SpaceMongers v0.3.0) View Source

Represents a location within a system.

Link to this section Summary

Link to this section Types

Specs

t() :: %SpaceMongers.Models.Location{
  extra_fields: map(),
  name: String.t(),
  symbol: String.t(),
  type: String.t(),
  x: integer(),
  y: integer()
}