LocationBackendAvailability

Whether a location implementation has a usable platform backend.

This describes application and backend setup. It does not describe location permission, system location services, or whether the next request can obtain a fix.

Inheritors

Types

Link copied to clipboard

A platform implementation is installed and initialized.

Link copied to clipboard
data class Misconfigured(val cause: Throwable? = null) : LocationBackendAvailability

An installed implementation could not be selected or initialized.

Link copied to clipboard

No implementation can run on this target or host.