Hello,
my situation is as follows, I want to make a method (function) that takes one coordinate (which i would pass the method through the parameters) and x° and xMeters (also parameters of course). The new point (location) would be x meters in the direction of the angle. With those three inputs I want to calculate the "newCoordinate" and return that. The coordinate is given in degrees, minutes, seconds, so the output should be the same.
It should not be that hard, but sadly i am not that familiar with coordiantes. Any Help is appreciated!
thanks in advance!
Lucas