Xamarin जियोकोडर GetPositionsForAddressAsync प्रयोग सीमा - आईओएस

वोट
0

मुझे लगता है कि GeoCoder.GetPositionsForAddressAsync () ios में 50 कॉल के बाद परिणाम दे रही है बंद करो। मैं बस पाश के लिए एक के तहत नीचे दिए गए कोड बोल रहा हूँ और एक ही पते के 100 बार गुजर। 50 वीं पाश के बाद यह परिणाम दे रही है बंद करो। कोई उपाय??

वर approximateLocation = इंतजार GeoCoder.GetPositionsForAddressAsync (पता) .ConfigureAwait (गलत);

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

                } 
20/04/2018 को 18:24
का स्रोत उपयोगकर्ता
अन्य भाषाओं में...                            


1 जवाब

Xamarin जियोकोडर GetPositionsForAddressAsync प्रयोग सीमा - आईओएस

वोट
0

मुझे लगता है कि GeoCoder.GetPositionsForAddressAsync () ios में 50 कॉल के बाद परिणाम दे रही है बंद करो। मैं बस पाश के लिए एक के तहत नीचे दिए गए कोड बोल रहा हूँ और एक ही पते के 100 बार गुजर। 50 वीं पाश के बाद यह परिणाम दे रही है बंद करो। कोई उपाय??

वर approximateLocation = इंतजार GeoCoder.GetPositionsForAddressAsync (पता) .ConfigureAwait (गलत);

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

                } 
20/04/2018 को 18:24
का स्रोत उपयोगकर्ता

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