我们正在Visual Studio 2017中使用Xamarin Forms开发购物车应用程序,现在我有来自其他服务(摇摇晃晃的)的地址列表,这里的问题是,我想找出当前距离之间的最短行驶距离位置到目的地位置(地址列表)之后,我将根据最短距离(以英里为单位)显示地图,请给我任何解决此问题的建议。
Note: I tried that google distance matrix API while i am getting error below
{
"destination_addresses" : [],
"error_message" : "You have exceeded your daily request quota for this API. If you did not set a custom daily request quota, verify your project has an active billing account: http://g.co/dev/maps-no-account",
"origin_addresses" : [],
"rows" : [],
"status" : "OVER_QUERY_LIMIT"
}