TextItem: {
    mapMarkerType: MarkerType;
    text: string;
    x: number;
    y: number;
}

Type declaration

  • mapMarkerType: MarkerType

    Major markers form the basis of Region Zones. Minor markers simply indicate areas of interest on the map, but don't have major gameplay impact.

  • text: string

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

  • x: number

    Normalized map coordinate.

  • y: number

    Normalized map coordinate.