updated for tag text

This commit is contained in:
2023-11-20 14:01:28 +05:30
parent b04985b71f
commit 4648b0424d
4 changed files with 48 additions and 13 deletions

View File

@ -103,7 +103,8 @@ class DestinationController extends GetxController {
buy_point: fs.properties!["buy_point"],
selected: false,
checkedin: false,
hidden_location: fs.properties!["hidden_location"] == true ? 1 : 0);
hidden_location: fs.properties!["hidden_location"] == true ? 1 : 0,
tags: fs.properties!["tags"]);
}
Future<void> startTimerLocation(GeoJsonFeature fs, double distance) async {