javascript - Retrieve coords for google map -


I have this data ... 45 ° 25'02.98 "10 ° 11'30.3 9", latitude and longitude GLTLNG To pass?

You can use this formula

  lat = 45 + (25/60) + (2.98 / 3600) LNG = 10 + (11/60) + (30.2 9/3600)  

Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -