Table of Contents

Is my localization database ready to use?

Congratulations! Now that you understand how Mega works, its applicable scenarios, device support, and have learned to obtain and use an APIKey, your application has the foundation for achieving high-precision spatial localization.

Before you start

Before you begin writing the core application logic, please ensure:

  1. Localization database contains correct maps
    Check your localization database to ensure it has correctly added the maps for the areas your application needs to use.
  2. SDK is configured correctly
    Confirm that you have correctly initialized the EasyAR SDK in your code, configured a valid SDK License, and provided a valid API Key for the Mega service.
  3. Maps are correctly referenced
    Ensure that within your scene or code, the Mega localization module (such as the MegaTracker component) correctly points to the map resources you added.

If all the above steps are complete, then your localization database should theoretically work normally.

Encountering issues

If you encounter problems while checking the above steps, refer to the following articles for resolution:


When your project includes valid and high-quality Mega maps, your localization database is truly ready. Please refer to the above documentation based on your specific situation to complete the preparation and configuration of your maps. Then, you can start writing compelling AR applications!