Bing Maps GetRoute gives '0x8004231C' error
I'm trying to show a route from point-to-point on the bing-maps (testing on real device). I've entered 2 waypoints (GeoCoordinate) and I'm trying to get the route via the Windows PhoneToolKit using the await query.GetRouteAsync() . Unfortunately, I'm getting an unknown error: The result of the async call: 'e.Result' threw an exception of type 'System.Reflection.TargetInvocationException' The inner exception: Exception from HRESULT: 0x8004231C I've checked the MSDN website and noticed that this errorcode is not listed in the errorlist... The related code is below. I've used the exact same code