removed default platzung value

This commit is contained in:
nico
2024-05-01 19:34:50 +02:00
parent de7ff75fd6
commit fbe756eb39
4 changed files with 3 additions and 10 deletions

View File

@@ -273,7 +273,6 @@ class _ViewCamsState extends State<ViewCams> {
} else if (snapshot.hasError) {
return Text("Error ${snapshot.error}");
} else {
List<Map<String, dynamic>> place = snapshot.data!;
markers = snapshot.data!.map((e) {
return Marker(
width: 80.0,