Browse Source

Add 1km as radius for locationTag

Neeraj Gupta 2 năm trước cách đây
mục cha
commit
662a6f9070
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/core/constants.dart

+ 1 - 1
lib/core/constants.dart

@@ -60,7 +60,7 @@ const publicLinkDeviceLimits = [50, 25, 10, 5, 2, 1];
 
 const kilometersPerDegree = 111.16;
 
-const radiusValues = <int>[2, 10, 20, 40, 80, 200, 400, 1200];
+const radiusValues = <int>[1, 2, 10, 20, 40, 80, 200, 400, 1200];
 
 const defaultRadiusValueIndex = 4;