In standard AX2012, there is a method called "mapIt" in smmUtility class which opens a browser and shows the location of the address you've typed.
As described in the title section, how do I get the total distance from A to C via B using Bing maps with a call from Dynamics AX2012 x++ code?
Do I have to create a service in Visual Studio in C#, add this service to dynamics and call this service from x++?