# manager_api_new.model.MapAnnotationDTO ## Load the model package ```dart import 'package:manager_api_new/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | [optional] **type** | [**List**](TranslationDTO.md) | | [optional] [default to const []] **label** | [**List**](TranslationDTO.md) | | [optional] [default to const []] **geometryType** | [**GeometryType**](GeometryType.md) | | [optional] **geometry** | [**EventAddressDTOGeometry**](EventAddressDTOGeometry.md) | | [optional] **polyColor** | **String** | | [optional] **icon** | **String** | | [optional] **iconResourceId** | **String** | | [optional] **iconResource** | [**GameDTOAllOfPuzzleImage**](GameDTOAllOfPuzzleImage.md) | | [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)