I have created a small tool using Google map API javascript. It takes the place name as input and when form is submitted, it places marker at that location. That's very basic usage. But what I want to achieve is,
take that location's latitude-longitude as base and make it as marker in center(which is done already)
place one marker 10 miles away from center to the top position
Place one marker 10 miles away from center to the bottom position
Place one marker 10 miles away from center to the left position
Place one marker 10 miles away from center to the right position
So basically there will be total 5 markers. one in center and 4 on top, bottom, left and right position at exactly 10 miles distance. How can I do that?