Ok so i have these cords:
55.623151, 8.48215
I would like to see the geo codes 5 km from north, south, east, west from this geo location above^.
How can i do this?
|
Ok so i have these cords:
I would like to see the geo codes 5 km from north, south, east, west from this geo location above^. How can i do this?
| |||||
feedback
|
|
If you use Google Maps API v3, then you would proceed as follows: Include the Geometry library into your Web page for Spherical Computations:
Then you can compute:
You can check a running version on jsfiddle. | |||||||||
feedback
|