Distance from the centerpoint is calculated correctly but when object is mapped from distanceDocSnapshot to documentSnapshot, distance property is lost.
Line 144 of collection.dart
return filteredList.map((element) => element.documentSnapshot).toList();
Distance from the centerpoint is calculated correctly but when object is mapped from distanceDocSnapshot to documentSnapshot, distance property is lost.
Line 144 of collection.dart
return filteredList.map((element) => element.documentSnapshot).toList();