Пример #1
0
    /**<summary> Get location with image based location API </summary>*/
    public void GetLocation()
    {
        if (App.config.debug)
        {
            Debug.Log("Starting location request");
        }
        locationRequestInProgress = true;
#if UNITY_EDITOR
        OnImageCapturedMock(0.2f);
#else
        textureReader.CaptureImage();
#endif
    }