UnsupportedLocationProvider

A provider for a target or host that has no installed location implementation.

Properties

Link copied to clipboard

Whether this provider has a usable platform implementation.

Link copied to clipboard
open val backendId: String?

A stable implementation name for diagnostics, when the provider declares one.

Link copied to clipboard
open val permission: StateFlow<LocationPermission>

Current foreground location permission.

Functions

Link copied to clipboard

Starts a foreground permission request and returns immediately.

Link copied to clipboard
open override fun updates(request: LocationRequest): Flow<LocationEvent>

Returns a cold stream of foreground location updates.