Plot ENU points on a map having an origin GPS Lat and Long

المشرف العام

Administrator
طاقم الإدارة
I have a GPS coordinate point to denote my origin:

8.6258,47.3325 Then I have a series of ENU (east, north up) points in meters that represent the distance from my origin:

-10, -1 //East, north (not using up) -12, -2 -14, -3 -16, -5 .... I would like to plot this on a map, I know with google maps you can simply provide an array of coordinates and it builds it for you:

{[8.6258,47.3325],[8.6258,47.3325],[8.6258,47.3325]...} I'm not sure how to convert those ENU points to coordinates. Any ideas?



أكثر...
 
أعلى