GPS location

Hi,

I want to get gps coordinates/location in cesium. How to get it.

Thanks

You can use the browser’s Geolocation API to get the latitude/longitude:

https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API

And you can visualize that in Cesium by placing an entity at that location. Is that what you’re asking for?