Dear community member,
I have been experimenting with the Position.TranslateTo(position, angle, distance) method, and have found that the distance is often wrong.
For example:
Thoughts?
I have been experimenting with the Position.TranslateTo(position, angle, distance) method, and have found that the distance is often wrong.
For example:
- Longitude(43.862714)
- Latitude(-79.387035)
- angle/bearing = 0 degrees
-
distance = 10 km
- the translated value is East of the reference point (expected: due north)
-
the translated value (according to google maps) is 7.16km away (expected 10km)
Thoughts?