Sample Activities
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.
Available Activities
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.
Comparison
Frames captured
1
4-6 (configurable)
Accuracy
Good
Better
Network usage
Lower
Higher
Best for
Quick localization
Precise positioning
Getting Started
Initialize the SDK in
MainActivityAuthenticate with your credentials
Configure
LocalizationConfigas neededLaunch either
SingleFrameARActivityorMultiFrameARActivity
See LocalizationConfig for configuration options.
Last updated