updated for tag text
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user