How to get tile where a users touched in CCTMXTiledMap?

I am really confused as to how to do this as I can get the users touch point on the screen then convert it into a gl location using “CCDirector::sharedDirector()->convertToGL(location)”

but I don’t know where to go from here any help would be great.