We are developing a shopping cart application using Xamarin Forms in visual studio 2017, Now I have list of address which is coming from rest service(swagger), Here my question is, I want to find out the shortest driving distance between current location to destination location(list of address) after that i will display map based on shortest distance by miles, Give me any suggestion to resolve this issue.
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"
}