Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
typealias FhirLocation = Location
Link copied to clipboard
@Serializable
data class LocationCoordinate(val latitude: Double? = null, val longitude: Double? = null, val altitude: Double? = null, val timeStamp: Instant? = null)
Link copied to clipboard
@Singleton
class LocationService @Inject constructor(val context: Context, val dispatcherProvider: DispatcherProvider, val protoDataStore: ProtoDataStore)