mirror of
https://github.com/immich-app/immich.git
synced 2024-12-21 01:39:59 +02:00
2fa10a254c
* alt text * memory lane alt text * revert sql generator change * use getAltText * oops * handle large number of people in asset * nit * add aria-label to search button * update api * fixed tests * fixed typing * fixed spacing * fix displaying null
21 lines
554 B
Markdown
Generated
21 lines
554 B
Markdown
Generated
# openapi.model.MapMarkerResponseDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**city** | **String** | |
|
|
**country** | **String** | |
|
|
**id** | **String** | |
|
|
**lat** | **double** | |
|
|
**lon** | **double** | |
|
|
**state** | **String** | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|