Xamarin Geocoder GetPositionsForAddressAsync Használat Limit - IOS

szavazat
0

Látom, hogy GeoCoder.GetPositionsForAddressAsync () abbahagyja utáni eredmény 50 hívások ios. Én egyszerűen csak hívja az alábbi kódot a hurok, és halad ugyanaz a cím 100-szor. Miután 50. hurok azt abbahagyja eredményt. Bármilyen ötlete??

var approximateLocation = várják GeoCoder.GetPositionsForAddressAsync (cím) .ConfigureAwait (false);

                foreach (var item in approximateLocation)
                {
                    cord = new Coordinates
                    {
                        Latitude = item.Latitude,
                        Longitude = item.Longitude
                    };

                } 
A kérdést 20/04/2018 18:24
a forrás felhasználó
Más nyelveken...                            


1 válasz

Xamarin Geocoder GetPositionsForAddressAsync Használat Limit - IOS

szavazat
0

Látom, hogy GeoCoder.GetPositionsForAddressAsync () abbahagyja utáni eredmény 50 hívások ios. Én egyszerűen csak hívja az alábbi kódot a hurok, és halad ugyanaz a cím 100-szor. Miután 50. hurok azt abbahagyja eredményt. Bármilyen ötlete??

var approximateLocation = várják GeoCoder.GetPositionsForAddressAsync (cím) .ConfigureAwait (false);

                foreach (var item in approximateLocation)
                {
                    cord = new Coordinates
                    {
                        Latitude = item.Latitude,
                        Longitude = item.Longitude
                    };

                } 
Válaszolt 20/04/2018 18:24
a forrás felhasználó

Cookies help us deliver our services. By using our services, you agree to our use of cookies. Learn more