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

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -