android - Move a LatLng 5 meters towards another LatLng -


Which algorithm / formula can be used to calculate the second LatLng point of a LatLng point 5 meter distance ? I am trying to write a function with 2 LatLng parameters and it has brought a wave long back, which is 5 meters from the first latte and the second is towards lath long.

Check out the class specifically on the Android Map Eutles Library.

1.

Call the computeHeading method to get your title from 2.) Call the method computeoffset .

Hope it helps

to resolve for a distance of 5 meters from your first point.

Comments