Hi! I want to build a feature that is built around following the user’s position. I haven’t seen anything in the documentation about a user object with position metadata, or something similar. Does something like this exist? Is there some equivalent to this where I can get the user’s x,y,z coordinates? Thanks.
You can use the Geolocation API in Javascript.
Alternatively, you could create a Map object that has “Use GPS” to set true
, and onTick
look at the coordinates.