You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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();
The text was updated successfully, but these errors were encountered:
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();
The text was updated successfully, but these errors were encountered: