immich/mobile/openapi/doc/MapReverseGeocodeResponseDto.md

17 lines
522 B
Markdown

# openapi.model.MapReverseGeocodeResponseDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**city** | **String** | City name |
**country** | **String** | Country name |
**state** | **String** | State/Province name |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)