new war
This commit is contained in:
parent
c865cfd2c3
commit
ae75af2db2
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user