0

I am using bing Maps in my app. When i am using the Get Directions it's showing this error. How to solve it. I googled for hours but hasn't got any help. Pleas help.

These are the two services which i am hitting.

http://dev.virtualearth.net/webservices/v1/routeservice/routeservice.svc/mex http://dev.virtualearth.net/webservices/v1/geocodeservice/geocodeservice.svc/mex

Or Please give me Step by Step Procedure to work with the bing maps.

Matt Lacey
  • 65,560
  • 11
  • 91
  • 143
ram
  • 3,487
  • 10
  • 33
  • 47

2 Answers2

0

Check the Bing Map Sample application given in MSDN .It has code which shows how to implement Bing Map.Hope this helps

Vaysage
  • 1,326
  • 2
  • 15
  • 30
0

The error you are getting is often due to missing or incorrect credentials. You need to have an API key to access the Bing Maps services. This blog post includes a description of how to get a key and set it in your project.

Derek Lakin
  • 16,179
  • 36
  • 51