gis-tools-ts - v0.6.0
    Preparing search index...

    Class GTFSRealtimeTranslatedString

    An internationalized message containing per-language versions of a snippet of text or a URL. One of the strings from a message will be picked up. The resolution proceeds as follows:

    1. If the UI language matches the language code of a translation, the first matching translation is picked.
    2. If a default UI language (e.g., English) matches the language code of a translation, the first matching translation is picked.
    3. If some translation has an unspecified language code, that translation is picked.
    Index

    Constructors

    Properties

    Constructors

    Properties

    translations: GTFSRealtimeTranslation[] = []

    At least one translation must be provided.