Hi I am using a bing maps 7.0 ajax api to display map. I have several addresses which i geocode to get latitude and longitude using rest services in javascript. I have setup up a GeocodeCallback method in the geocode request.
geocodeRequest = “http://dev.virtualearth.net/REST/v1/Locations?”+mapDataAddress%5B1%5D+”&output=json&jsonp=GeocodeCallback&jsonso=”+mapDataAddress%5B0%5D+”&key=”+credentials;
CallRestService(geocodeRequest);
When the address are found i get a response in my GeocodeCallback function but for few address i dont get a response. How to figure out this status and error.
I figured this out. So basically you need to do two things.
Orignially you have:
So you want to do this: