Calculate new coordinate x meters and y degree away from one coordinate
Unfortunately, there’s no such function provided in the API, so you’ll have to write your own. This site gives several calculations involving latitude/longitude and sample JavaScript code. Specifically, the section titled “Destination point given distance and bearing from start point” shows how to calculate what you’re asking. The JavaScript code is at the bottom of … Read more