# manager_api_new.model.GeoPointDTO ## Load the model package ```dart import 'package:manager_api_new/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **int** | | [optional] **title** | [**List**](TranslationDTO.md) | | [optional] [default to const []] **description** | [**List**](TranslationDTO.md) | | [optional] [default to const []] **contents** | [**List**](ContentDTO.md) | | [optional] [default to const []] **categorieId** | **int** | | [optional] **latitude** | **String** | | [optional] **longitude** | **String** | | [optional] **imageResourceId** | **String** | | [optional] **imageUrl** | **String** | | [optional] **schedules** | [**List**](TranslationDTO.md) | | [optional] [default to const []] **prices** | [**List**](TranslationDTO.md) | | [optional] [default to const []] **phone** | [**List**](TranslationDTO.md) | | [optional] [default to const []] **email** | [**List**](TranslationDTO.md) | | [optional] [default to const []] **site** | [**List**](TranslationDTO.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)