Package-level declarations
Types
Link copied to clipboard
@RequiresOptIn(message = "VPS Local is an alpha API: unstable, may change or be removed in any release, and does not follow semantic versioning. Opt in to acknowledge.", level = RequiresOptIn.Level.WARNING)
Marks the offline VPS (wemap-vps-local) API as alpha.
Link copied to clipboard
Optional camera-type foreground service that lets VpsLocalLocationSource keep scanning while the app is backgrounded or the screen is off (e.g. room-to-room detection where the phone is on a lanyard).
Link copied to clipboard
A successful user localization reported by VpsLocalLocationSource through VpsLocalLocationSource.userLocalizationUpdates.
Link copied to clipboard
class VpsLocalLocationSource(context: Context, session: CoreSession, mapDatabaseDirectory: File, config: VpsLocalConfig = VpsLocalConfig(), previewView: PreviewView? = null, foregroundService: VpsLocalForegroundService.Config? = null) : LocationSource, AttitudeSource
Offline visual positioning location source.