mirror of
https://bitbucket.org/FransoletThomas/tablet-app.git
synced 2025-12-06 16:41:19 +00:00
43 lines
2.0 KiB
Markdown
43 lines
2.0 KiB
Markdown
# manager_api_new.model.GeoPointSectionMap
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:manager_api_new/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **String** | |
|
|
**label** | **String** | |
|
|
**title** | [**List<TranslationDTO>**](TranslationDTO.md) | | [default to const []]
|
|
**configurationId** | **String** | |
|
|
**type** | [**SectionType**](SectionType.md) | |
|
|
**isSubSection** | **bool** | |
|
|
**instanceId** | **String** | |
|
|
**mapCategories** | [**List<CategorieDTO>**](CategorieDTO.md) | | [default to const []]
|
|
**description** | [**List<TranslationDTO>**](TranslationDTO.md) | | [optional] [default to const []]
|
|
**order** | **int** | | [optional]
|
|
**imageId** | **String** | | [optional]
|
|
**imageSource** | **String** | | [optional]
|
|
**parentId** | **String** | | [optional]
|
|
**dateCreation** | [**DateTime**](DateTime.md) | | [optional]
|
|
**isBeacon** | **bool** | | [optional]
|
|
**beaconId** | **int** | | [optional]
|
|
**latitude** | **String** | | [optional]
|
|
**longitude** | **String** | | [optional]
|
|
**meterZoneGPS** | **int** | | [optional]
|
|
**mapZoom** | **int** | | [optional]
|
|
**mapMapType** | [**SectionMapAllOfMapMapType**](SectionMapAllOfMapMapType.md) | | [optional]
|
|
**mapTypeMapbox** | [**SectionMapAllOfMapTypeMapbox**](SectionMapAllOfMapTypeMapbox.md) | | [optional]
|
|
**mapMapProvider** | [**SectionMapAllOfMapMapProvider**](SectionMapAllOfMapMapProvider.md) | | [optional]
|
|
**mapPoints** | [**List<GeoPoint>**](GeoPoint.md) | | [optional] [default to const []]
|
|
**mapResourceId** | **String** | | [optional]
|
|
**mapResource** | [**SectionMapAllOfMapResource**](SectionMapAllOfMapResource.md) | | [optional]
|
|
**mapCenterLatitude** | **String** | | [optional]
|
|
**mapCenterLongitude** | **String** | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|