getRoadSignWarning abstract method
- Warning warning
Returns a road-sign warning corresponding to the given identifier.
warningThe identifier of the warning, as provided byWarningListener.onWarning. Thewarninguniquely identifies a single road sign warning within this registry and is used to retrieve its full metadata.
Returns RoadSignWarning?. The sdk.navigation.RoadSignWarning object associated with the provided WarningsRegistry.getRoadSignWarning.warning,
or null if no warning exists for the given WarningsRegistry.getRoadSignWarning.warning.
This object contains the full details and attributes of the corresponding warning.
Implementation
RoadSignWarning? getRoadSignWarning(Warning warning);