I’m currently working with turf.js and google maps api.
I’m wanting to use the current bearing of a selected point to draw a line that starts 15 feet to the left of the selected point and 15 feet to the right of the selected point. Because it is using bearing, it’s not a n,s,e,w situation.
Basically I need 2 points: the lat/lng of 15 feet to the left, and 15 feet to the right.
Using a javascript google maps api method is also an option.
Any support would be greatly appreciated!
Unsure which turf.js methods to use.