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

Feature
SingleFrameARActivity
MultiFrameARActivity

Frames captured

1

4-6 (configurable)

Accuracy

Good

Better

Network usage

Lower

Higher

Best for

Quick localization

Precise positioning

Getting Started

  1. Initialize the SDK in MainActivity

  2. Authenticate with your credentials

  3. Configure LocalizationConfig as needed

  4. Launch either SingleFrameARActivity or MultiFrameARActivity

See LocalizationConfig for configuration options.

Last updated