getTrafficMergeWarning abstract method
- Warning warning
Returns a traffic merge warning corresponding to the given identifier.
warningThe identifier of the warning, as provided byWarningListener.onWarning. Thewarninguniquely 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);