Dear Sir, Thank you for your response, which I believe is the method for calculation aerial/ shortest distance between two latitude-longitude co-ordinates. What I requested is a method of calculating port-to-port sea route distance using Google Maps.
Best regards From: [email protected] [mailto:[email protected]] On Behalf Of Iam Anonymous Sent: Sunday, January 30, 2011 8:26 PM To: [email protected] Subject: [Google Maps API v3] Re: Nautical Distance tables It's pretty easy: http://williams.best.vwh.net/avform.htm#Dist <file:///C:\DOCUME~1\George\LOCALS~1\Temp\moz-screenshot.png> <file:///C:\DOCUME~1\George\LOCALS~1\Temp\moz-screenshot-1.png> http://www.gpswaypoints.co.za/Downloads/distcalc.xls With this type of calculation, some of the numbers can be pretty small, so floating point precision can become an issue depending on programming language. I have seen this in VB with close-together points when trying to calculate a course between the points. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
