Joaquín López
Joaquín López
same problem.. I change between 2 localizations in emulator and then refresh, but I don't know if that can happen in real
same here. I've used the next code: `print('${list.length} close'); list.forEach((element) { final point = GeoFirePoint(actualLatLng.latitude, actualLatLng.longitude); print( 'Distance from ${element.name}: ${point.distance(lat: element.latitude, lng: element.longitude)} kms'); });` it show me: 14.069...
thx work for me!
This dependency solved the problem: dependency_overrides: google_maps_flutter_ios: 2.13.1