https://maps.googleapis.com/maps/api/distancematrix/json?units=imperial&origins=kunkalamarru&destinations=chirala
Output
Output
{
"destination_addresses" : [ "Chirala, Andhra Pradesh 523155, India" ],
"origin_addresses" : [ "Kunkalamarru, Andhra Pradesh 523168, India" ],
"rows" : [
{
"elements" : [
{
"distance" : {
"text" : "10.8 mi",
"value" : 17392
},
"duration" : {
"text" : "32 mins",
"value" : 1939
},
"status" : "OK"
}
]
}
],
"status" : "OK"
}
0 comments:
Post a Comment