我运行一个类 LokasyonBurucu()
LokasyonBulucu lokasyonBulucu= new LokasyonBulucu();
lokasyonBulucu.LokasyonBul(context);
我从这个类 lat 和 lon 中取两个变量
lat=lokasyonBulucu.location.getLatitude();
lon= lokasyonBulucu.location.getLongitude();
但我想等待班级找到坐标......因为这需要大量时间。如果它找到纬度和经度我想运行这个功能
new arkaPlanIsleri(kategori_id, lat , lon).execute();