Using Geo-coordintes Instead of Cartesian to Draw in Argon and A-Frame
问题 I would like to create a GPS drawing program in Argon and A-Frame which draws lines based upon people's movements. Lines can be drawn in A-Frame with, for example, the meshline component which uses Cartesian points: <a-entity meshline="lineWidth: 20; path: -2 -1 0, 0 -2 0</a-entity> If I were to do this with a GPS device, I would take the GPS coordinates and map them directly to something like Google maps. Does Argon have any similar functionality such that I can use the GPS coordinates