Search address / POI

This commit is contained in:
stopflock
2025-10-02 03:30:36 -05:00
parent 9ad7e82e93
commit 4e072a34c0
7 changed files with 525 additions and 75 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ class NetworkStatusIndicator extends StatelessWidget {
}
return Positioned(
top: MediaQuery.of(context).padding.top + 8,
top: 8, // Position relative to the map area (not the screen)
left: 8,
child: Container(
padding: const EdgeInsets.symmetric(horizontal: 8, vertical: 4),