示例#1
0
		void initFrom(const TileKey& tileKey) {
			m_zoom = tileKey.getZoom();
			m_x = tileKey.getX();
			m_y = tileKey.getY();
		}