Hello,
I'm trying to get the coordinates (Lat/ lon) of the player (main camera) with a button. But when i move in the game and hit the button the coordinates stays the same as the beginning.
GisLocation = Camera.main.GetComponent<ArcGISLocationComponent>();
//Afstand.text = "X: " + GisLocation.Position.X.ToString() + " Y: " + GisLocation.Position.Y.ToString() + " Z: " + GisLocation.Position.Z.ToString();
Debug.Log(GisLocation.Position.Y);
How can i access the coordinates.