Type alias TextItem

TextItem: {
    coordinates: Coordinates;
    mapMarkerType: MarkerType;
    text: string;
}

Type declaration

  • coordinates: Coordinates

    Normalized map coordinates.

  • mapMarkerType: MarkerType
  • text: string

    Text string as it would appear on the map in-game.