Bing geocoding web service bad results -


I am trying to use the Bing geocoding web service so that Bing WPF My WinForm app In control

My problem is that some edit ads meet GeoCoding correctly and some other ads do not!

If I search this address directly on that Thing Bing Maps website.

Here's my sample:

  will get public static GOCDRRPSGodesSpons (String API, String Address) {Geocoduremost GeodedQuest = New GeocodeEndest {credential} New authentication {applicationId = appId}, question = address}; ConfidenceFilter [] Filters = New ConfidenceFilter [1]; Filter [0] = new trust filter {minimum cognition = trust High}; Geocode Option Geocode Option = New Geographic Option {Filter = Filter}; GeocodeRequest.Options = geocodeOptions; Geocode Service Client geocodeServiceClient = New GeocodeServiceClient ("BasicHttpBinding_IGeocodeService"); Return geocodeServiceClient.Geocode (geocodeRequest); }   

Is there any one suggestion to solve this?

Thanks a lot :)

There are many possible things that can be caused by this The first is that you are using a basic or test account and your request rate is limited. This happens when the servers are under heavy load, or when you make a lot of requests at a frequency that is more than the free usage terms. It is done to ensure that the use of basic or test users does not have any effect on enterprise accounts. When the rate is limited, a flag is added to the header of the response to indicate this:

You are using the old legacy Bing Maps SOAP service which has not been updated in 4 years . Generally, any new development is not recommended against those services because they are very slow, have fewer features and usually return less accurate results than Bing Maps REST services. I recommend going to Bing Maps REST services, you can see the document about how you can use it on the Net:

Also on this blog post Take a look:

I also tell you how to use the rest of the services in my free ebook in chapter 5:

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -