Exemplo n.º 1
0
    //****************************************************************************************************
    //
    //****************************************************************************************************

    public void Set(WebMapParams otherParams)
    {
        m_TYPE = otherParams.m_TYPE;

        m_size = otherParams.m_size;

        m_hres = otherParams.m_hres;

        m_coordGeo = otherParams.m_coordGeo;

        m_coordGrid = otherParams.m_coordGrid;
    }
Exemplo n.º 2
0
    //****************************************************************************************************
    //
    //****************************************************************************************************

    public void Reset()
    {
        m_TYPE = WEB_MAP_TYPE.Satellite;

        m_size = 512;

        m_hres = false;

        m_coordGeo = Vector3.zero;

        m_coordGrid = new GridCoords(int.MaxValue, int.MaxValue);
    }