get lati long from backend

This commit is contained in:
2024-11-15 23:22:17 +01:00
parent 7182e0e324
commit 74e55f3d6b
3 changed files with 72 additions and 37 deletions

View File

@@ -16,7 +16,6 @@ import '../variable/globals.dart' as globals;
import '../classes/events.dart';
import 'ListItemMenu.dart';
import 'ListItemByTags.dart';
import 'MapboxPages.dart';
import 'ListItemByOrganizers.dart';
@@ -245,7 +244,9 @@ class _ItemMenuState extends State<ItemMenu> with ShowErrorDialog {
Navigator.push(
context,
MaterialPageRoute(
builder: (_) => Mapboxpages(title: '$place')));
builder: (_) => Mapboxpages(
title: '${widget.title}',
place: '${place}')));
},
child: Text("${place}",
style: TextStyle(fontSize: 15.0),