atposa.blogg.se

My maps
My maps











my maps

Response result = _routeClient.GetRouteRange(options) Using the options and the route client, get route range result and serialize it as JSON. Var _routeClient = new MapsRoutingClient(credential) Var credential = new AzureKe圜redential("Your Azure Maps Key") The code worked fine with the exception that I needed to add a Console.ReadLine() so I could see the results. Couldn't find a download for 4.6.1 but downloaded 4.6.2 and tested it.

my maps

Looking at the docs for this SDK, it looks like. Have you also installed the package? Not sure if it is required, but I would assume all the other packages would use the common one. I'm using the same package version as you.













My maps