# NearestLocation

Model ID: `NearestLocation`

A nearby clinic/provider location.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `distance_km` | `number|null` | No |  |  |  | Yes | Distance from the search origin in kilometers, when computed. |
| `geometry` | [`NearestLocationGeometry`](./NearestLocationGeometry.md) | Yes |  |  |  | No | Location coordinates. |
| `name` | `string|null` | No |  |  |  | Yes | Location display name. |
| `open_now` | `boolean|null` | No |  |  |  | Yes | Whether the location is currently open, when known. |
| `phone` | `string|null` | No |  |  |  | Yes | Contact phone number, when available. |
| `place_id` | `string|null` | No |  |  |  | Yes | Google Places place id, when sourced from Google Places. |
| `rating` | `number|null` | No |  |  |  | Yes | Google Places rating (1-5), when available. |
| `types` | `array` | No |  |  |  | No | Google Places type tags for this location. |
| `vicinity` | `string|null` | No |  |  |  | Yes | Short address/vicinity description. |

## Example

None declared in canonical OpenAPI.
