This commit is contained in:
StanislavAlpatiev 2022-05-27 11:36:46 +02:00
parent c865cfd2c3
commit ae75af2db2
2 changed files with 5 additions and 5 deletions
backend/target
fika_and_fokus/lib

Binary file not shown.

@ -187,11 +187,11 @@ class _MyGoogleMapState extends State<MyGoogleMap> {
businessLevel +
"&radius=" +
radius +
"&lng=" +
"18.068326509937545" +
"&lat=" +
"59.32967345111922"
// "&lng=" + _currentPosition.longitude.toString() + "&lat=" + _currentPosition.latitude.toString()
// "&lng=" +
// "18.068326509937545" +
// "&lat=" +
// "59.32967345111922"
"&lng=" + _currentPosition.longitude.toString() + "&lat=" + _currentPosition.latitude.toString()
);
final response = await http.get(sampleFriendsURI);
if (response.statusCode == 200) {