Topic: Track GPS with a LineRender
Is it possible to track the GPS with a Line render for maps with elevation and record it in GPX?
You are not logged in. Please login or register.
Infinity Code Forum → Feature Requests → Track GPS with a LineRender
Is it possible to track the GPS with a Line render for maps with elevation and record it in GPX?
Hello.
You can track the GPS.
http://infinity-code.com/doxygen/online … 444f547053
You can create or load GPX.
https://infinity-code.com/atlas/online- … ample.html
You can display your path using Line Renderer.
To do this, subscribe to OnlineMaps.OnChangePosition and OnlineMaps.OnChangeZoom, and update position of points in Line Renderer.
Use OnlineMapsControlBaseDynamicMesh.GetWorldPositionWithElevation to convert coordinates to Unity World Position.
http://infinity-code.com/doxygen/online … 37bdd7bfa1
http://infinity-code.com/doxygen/online … 953048d3d6
Infinity Code Forum → Feature Requests → Track GPS with a LineRender
Powered by PunBB, supported by Informer Technologies, Inc.