Sample Views
Available Views
Comparison
Feature
Single-Frame Mode
Multi-Frame Mode
Getting Started
Related
Last updated
This section provides detailed documentation for the sample views included in the MultiSet iOS SDK. These SwiftUI views demonstrate how to implement VPS localization in your iOS application.
The entry point for the SDK demo application. Handles SDK initialization, authentication, mode selection, and navigation to the AR localization view.
Provides AR-based localization using either single-frame or multi-frame capture. Supports automatic localization, background localization, relocalization, GPS hints, and mesh visualization.
Frames captured
1
4-6 (configurable)
Capture time
Instant
~2-3 seconds
Accuracy
Good
Better
Network usage
Lower
Higher
Movement during capture
Not required
Recommended
Best for
Quick localization
Precise positioning
Configure credentials in SDKConfig.swift
Initialize the SDK in LandingView
Authenticate with your credentials
Select localization mode (Single-Frame or Multi-Frame)
Navigate to ARLocalizationView to begin AR localization
See MultiSetConfig for configuration options.
Last updated