---
title: "results(for:)"
framework: healthkit
role: symbol
role_heading: Instance Method
path: "healthkit/hkworkoutroutequerydescriptor/results(for:)"
---

# results(for:)

Runs a one-shot query that returns an asynchronous sequence of data representing individual locations.

## Declaration

```swift
func results(for healthStore: HKHealthStore) -> HKWorkoutRouteQueryDescriptor.Results
```

## Parameters

- `healthStore`: The access point for HealthKit data.

## See Also

### Running queries

- [HKWorkoutRouteQueryDescriptor.Results](healthkit/hkworkoutroutequerydescriptor/results.md)
