Browse Source

Define return type for isFileInsideLocationTag()

ashilkn 2 năm trước cách đây
mục cha
commit
156ec1acbe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/services/location_service.dart

+ 1 - 1
lib/services/location_service.dart

@@ -73,7 +73,7 @@ class LocationService {
     return result;
   }
 
-  isFileInsideLocationTag(
+  bool isFileInsideLocationTag(
     List<double> center,
     List<double> fileCoordinates,
     int radius,