interface ILocalizer (Niantic.ARDK.AR.Localization.ILocalizer)
Overview
interface ILocalizer: IDisposable { // events event LocalizationProgressUpdated(); // methods void StartLocalization(ILocalizationConfiguration config); void StopLocalization(); };
Detailed Documentation
Note
This is an experimental feature, and may be changed or removed in a future release. This feature is currently not functional or supported.
Events
event LocalizationProgressUpdated()
Note
This is an experimental feature, and may be changed or removed in a future release. This feature is currently not functional or supported.
Methods
void StartLocalization(ILocalizationConfiguration config)
Note
This is an experimental feature, and may be changed or removed in a future release. This feature is currently not functional or supported.
void StopLocalization()
Note
This is an experimental feature, and may be changed or removed in a future release. This feature is currently not functional or supported.