HoloLens 2 GPS location

Lam Van Nguyen 1 Reputation point
2021-10-04T13:31:51.33+00:00

Hello,

I am a researcher (not in the IT field) and I am interested in using HoloLens 2 for my work.
I intend to buy HoloLens 2 but as I know this version does not support a GPS receiver. In another way speaking, I cannot access my current location on this version.
Is there any way to access my current in real-time using HoloLens 2? Which module can I install to do this?

Thank you very much.

Best regards.

HoloLens | Development
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Hernando Ren 2,171 Reputation points
    2021-10-06T03:51:31.537+00:00

    Hello, Welcome to Microsoft Q&A,

    HoloLens2 doesn't support GPS Sensor, but an app can acquire the user's current location via Wi-Fi. It is less precise but more likely to be available indoors. You can invoke the Windows Runtime API Geolocator.GetGeopositionAsync method in the Windows.Devices.Geolocation namespace to retrieve the current location of the device.

    ----
    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    2 people found this answer helpful.
    0 comments No comments

  2. Gustavo Beltrão Braga 6 Reputation points
    2022-11-23T14:50:21.427+00:00

    Just tested HernandoRen-MSFT answer and it works like a charm! Thanks for the insight, I did a tutorial a while ago about Hololens and Unity and just added how to implement this GPS solution to the project, but it should work for non Unity cases as well. I see many people struggling with this problem and I hope I can help someone.

    The tutorial: https://github.com/Gustavobb/HoloLens2-Unity-Tutorial#gps

    1 person found this answer helpful.
    0 comments No comments

  3. Österreichische Bundesforste AG 1 Reputation point
    2022-12-02T12:42:02.773+00:00

    we have done some remarkable tests with rtk/gnss devices like Leica FLX100 plus
    and the bridge App from vGIS.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.