removed default platzung value
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user