I have a winform app and want to add a call a Google API with two or more postcodes and I want the API to return the driving distance between these 2 or more point.
I intend to use net.http and newtonsoft JSON object. JohnH posted code for an earlier answer that should help me.
The API on another forum is
"http://maps.googleapis.com/maps/api...e2&mode=bicycling&language=en-EN&sensor=false"
I believe you can country too!
Before I proceed what else should I know?
I know you need a token but some say you don't?
I intend to use net.http and newtonsoft JSON object. JohnH posted code for an earlier answer that should help me.
The API on another forum is
"http://maps.googleapis.com/maps/api...e2&mode=bicycling&language=en-EN&sensor=false"
I believe you can country too!
Before I proceed what else should I know?
I know you need a token but some say you don't?