I am wondering if there is a simple way to manually change a android.location
to be one meter away from a given bearing.
Lets say i have two locations
and i get the bearing by saying:
location1.bearingTo(location2)
and i have a static distance traveled of 1 meter..
how would i go about saying:
location1 = //1 meter from location1 at bearing
I am wondering if there is a built in method for android.location
that does this.. I looked and didn't see one, but maybe i am just missing it.. or if anyone can point me in the right direction for figuring out the math