¡@

Home 

javascript Programming Glossary: pointa

How to calculate the latlng of a point a certain distance away from another?

http://stackoverflow.com/questions/2637023/how-to-calculate-the-latlng-of-a-point-a-certain-distance-away-from-another

lon2.toDeg You would simply use it as follows var pointA new google.maps.LatLng 25.48 71.26 var radiusInKm 10 var pointB.. 25.48 71.26 var radiusInKm 10 var pointB pointA.destinationPoint 90 radiusInKm Here is a complete example using.. return new google.maps.LatLng lat2.toDeg lon2.toDeg var pointA new google.maps.LatLng 40.70 74.00 Circle center var radius..