Thomas Fransolet e16e898140 Map done !
2025-05-15 15:11:21 +02:00

1.4 KiB

manager_api_new.model.GeoPoint

Load the model package

import 'package:manager_api_new/api.dart';

Properties

Name Type Description Notes
id int
title List [default to const []]
description List [default to const []]
contents List [default to const []]
schedules List [default to const []]
prices List [default to const []]
phone List [default to const []]
email List [default to const []]
site List [default to const []]
categorieId int [optional]
latitude String [optional]
longitude String [optional]
imageResourceId String [optional]
imageUrl String [optional]
sectionMapId String [optional]
sectionMap GeoPointSectionMap [optional]

[Back to Model list] [Back to API list] [Back to README]