How to get GPS coordinates of private VPS locations?

  • Issue category: VPS

Description of the issue:

I read that the VPS Coverage API cannot be used for private VPS locations. Is there any way to fetch the GPS coordinates of the private locations/meshes? (the coordinates are visible on my dashboard, I would like to fetch them in my Unity project).

Thank you

1 Like

Hi Muhammad,

You are correct, the Coverage API doesn’t account for private scans and therefore you’re unable to access this information. What you can do, since the coordinates are visible on the Lightship portal, is implement your own data structure that best suits your project to track this information. Say for example a Dictionary where the Key is the private scan and the Value is the coordinates

Hi Jesus

Thanks for the reply. I would like to confirm something. So currently there is no way to ‘fetch’ the private scan’s GPS coordinates right? They can only be seen in the dashboard. And I would have to manually add them in the data structure you described?

Hi Muhammad,

That is correct.

This topic was automatically closed 2 hours after the last reply. New replies are no longer allowed.