I have a series of lat/lon which represents the center of some object. I need to draw a line through this point that is x meters on either side of the center and it needs to be perpendicular to the heading (imagine a capital T
)
Ultimately I want to get the lat/lon of this line's endpoints.
Thanks!