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