This section provides detailed documentation for the sample activities included in the MultiSet Android SDK. These activities demonstrate how to implement VPS localization in your Android application.
The entry point for the SDK demo application. Handles SDK initialization, authentication, and navigation to AR localization activities.
Provides AR-based localization using a single camera frame. Ideal for quick localization when the environment has distinct visual features.
Provides AR-based localization using multiple camera frames. Offers higher accuracy by capturing a sequence of frames from different viewpoints.
Frames captured
1
4-6 (configurable)
Accuracy
Good
Better
Network usage
Lower
Higher
Best for
Quick localization
Precise positioning
Initialize the SDK in MainActivity
MainActivity
Authenticate with your credentials
Configure LocalizationConfig as needed
LocalizationConfig
Launch either SingleFrameARActivity or MultiFrameARActivity
SingleFrameARActivity
MultiFrameARActivity
See LocalizationConfig for configuration options.
Last updated 16 days ago