getTrafficMergeWarning abstract method

TrafficMergeWarning? getTrafficMergeWarning(
  1. Warning warning
)

Returns a traffic merge warning corresponding to the given identifier.

  • warning The identifier of the warning, as provided by WarningListener.onWarning. The warning uniquely identifies a single traffic merge warning within this registry and is used to retrieve its full metadata.

Returns TrafficMergeWarning?. The sdk.navigation.TrafficMergeWarning object associated with the provided WarningsRegistry.getTrafficMergeWarning.warning, or null if no warning exists for the given WarningsRegistry.getTrafficMergeWarning.warning. This object contains the full details and attributes of the corresponding warning.

Implementation

TrafficMergeWarning? getTrafficMergeWarning(Warning warning);