2
How can I get all the coordinates of a particular Brazilian highway? I am starting a survey and I could not find material that would help me in this task. Basically I need to identify for example: The latitude and longitude of the kilometer 120 on the BR 040. Thank you.
Take a look at google API Directions: https://developers.google.com/maps/documentation/directions/
– Wellington Silva Ribeiro
Renan, try to detail your question better. What technologies are you using? What you already have ready?
– Felipe Avelar
My goal is to create an Android application that will display a map and need each Km of the highway to be associated with a coordinate, at first I just need to create a database with these coordinates, later I will export this base to my Android app.
– Renan Vinícius Quadros Barbosa