Gets the map's RTL text plugin status. The status can be unavailable (i.e. not requested or removed), loading, loaded or error. If the status is loaded and the plugin is requested again, an error will be thrown.
unavailable
loading
loaded
error
const pluginStatus = getRTLTextPluginStatus(); Copy
const pluginStatus = getRTLTextPluginStatus();
Gets the map's RTL text plugin status. The status can be
unavailable
(i.e. not requested or removed),loading
,loaded
orerror
. If the status isloaded
and the plugin is requested again, an error will be thrown.