feature/mapfromadress #14

Merged
v4l3n71n merged 6 commits from feature/mapfromadress into main 2024-11-16 20:41:59 +00:00
Showing only changes of commit 9146fd02e4 - Show all commits

View File

@ -385,7 +385,8 @@ class _UpdateeventImageState extends State<UpdateeventImage>
itemCount: suggestions.length, itemCount: suggestions.length,
itemBuilder: (context, index) { itemBuilder: (context, index) {
return ListTile( return ListTile(
title: Text(suggestions[index]['place_name']), title: Text(suggestions[index]['text']),
subtitle: Text(suggestions[index]['place_name']),
onTap: () async { onTap: () async {
print("suggestion tapped : ${suggestions[index]}"); print("suggestion tapped : ${suggestions[index]}");
final latitude = final latitude =