find the road distance between two coordinates

  Kiến thức lập trình

https://apis.mapmyindia.com/advancedmaps/v1//distance_matrix/driving/12.925440319213623,80.0998038958936;12.92272497817312,80.2289166753165

if i use this the response

{
“Server”: “DE-5400”,
“version”: “202401.221.5223”,
“results”: {
“distances”: [
[
0,
0
]
],
“code”: “Ok”,
“durations”: [
[
0,
0
]
]
},
“responseCode”: 200
}

get distance value

New contributor

Logesh S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

LEAVE A COMMENT