Math in development(((
Sup, guys! I have a task to calculate coordinates of continuation line between points A & B. I have a code each calculate distance between these points, and I have tangent of angle for calculating next points D and F. Thanks for any help
https://i.stack.imgur.com/cGyU0.png▾
https://i.stack.imgur.com/6NPuY.png▾
`val pointA = LatLng(a.latitude, a.longitude)
val pointB = LatLng(b.latitude, b.longitude)
val...