getWarningsRegistry abstract method
Returns the centralized access point for retrieving full metadata of any supported warning category (e.g., safety cameras, truck restrictions, etc.).
WarningsRegistry class exposes getter methods, each returning the detailed warning object for the given identifier.
Use this getter to look up complete warning information by its id, as provided through WarningListener.onWarning.
Returns WarningsRegistry. The centralized WarningsRegistry instance.
Implementation
WarningsRegistry getWarningsRegistry();