mirror of
https://bitbucket.org/FransoletThomas/tablet-app.git
synced 2025-12-06 08:31:19 +00:00
23 lines
935 B
Markdown
23 lines
935 B
Markdown
# manager_api.model.MapDTO
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:manager_api/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**zoom** | **int** | | [optional]
|
|
**mapType** | [**MapDTOMapType**](MapDTOMapType.md) | | [optional]
|
|
**mapTypeMapbox** | [**MapDTOMapTypeMapbox**](MapDTOMapTypeMapbox.md) | | [optional]
|
|
**mapProvider** | [**MapDTOMapProvider**](MapDTOMapProvider.md) | | [optional]
|
|
**points** | [**List<GeoPointDTO>**](GeoPointDTO.md) | | [optional] [default to const []]
|
|
**iconResourceId** | **String** | | [optional]
|
|
**iconSource** | **String** | | [optional]
|
|
**categories** | [**List<CategorieDTO>**](CategorieDTO.md) | | [optional] [default to const []]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|