Table of Contents

Can My Location Function Be Used?

Congratulations! Now you have an understanding of how Mega works, its applicable scenarios, device support, etc., and have learned how to obtain and use an APIKey. Then your application has the foundation to implement high-precision spatial positioning.

Before You Start

Before you start writing the application logic, please ensure that:

  1. The correct map has been added to the location library
    Check your location library to ensure that the maps of the areas your application needs to use have been correctly added.
  2. The SDK is configured correctly
    Confirm that the EasyAR SDK has been correctly initialized in your code, a valid SDK License has been configured, and a valid API Key for the Mega service has been passed in.
  3. The map is correctly referenced
    In your scene or code, ensure that the Mega location module (such as the MegaTracker component) correctly points to the map resources you added.

If all the above steps are completed, then your location function should theoretically work properly.

Encountering Problems

If you encounter problems when checking the above steps, refer to the following articles to solve them:


When your project contains a valid and high-quality Mega map, your location function is truly ready. Please refer to the above documents to prepare and configure the map according to your specific situation, and then you can start writing exciting AR applications!