I want to use "Route matrix" with C# backend. How do I know the structure?
I was reading Google website about "Get a route matrix" and how to use this api.
Now, the JSON structure is totally different compared to C#, so I failed to use it.
I used chatGPT and it created the right structure in seconds, but the thing is that I want to learn how to build the structure by my self.
what GPT gave is:
And in the website you can see the JSON structure is totally different:
https://developers.google.com/maps/documentation/routes/compute_route_matrix
How do I learn how to convert from google's structure to C#?
I didn't find articles\videos about it
Google for Developers
Get a route matrix | Routes API | Google for Developers
0 Replies