Ben GeoCoder.GetPositionsForAddressAsync () ios içinde 50 aramadan sonra sonucunu veren durdurmak görüyoruz. Sadece döngü için altında kodunun altına çağıran ve aynı adresini 100 kere geçirerek. 50 döngü sonra sonucunu veren durdurun. Herhangi bir fikir??
var approximateLocation = GeoCoder.GetPositionsForAddressAsync (adres) (yanlış) .ConfigureAwait beklemektedir;
foreach (var item in approximateLocation)
{
cord = new Coordinates
{
Latitude = item.Latitude,
Longitude = item.Longitude
};
}













