I'm using a Java program I made, to act as a client for rest platform called Firebase.
I have also an android app to read to coordinates from the Firebase platform, to update markers on google maps.
So my question is, if I have the latitude and longitude of both point A and point B, how can I calculate the coordinates between those both points?
Imagine this case scenario
- Point A (left) lat: 39.091868 long: -9.263187
- Point B (right) lat: 39.089815 long: -9.261857
How can I calculate, for example, 10 coordinates between those points?