This thread is from two years ago and the poster hasn't logged in for over a year!
The tiles in a tilemap are laid out in a grid so finding their coordinates should be easy enough.
TopLeft: topLeftOfTilemap + (tileColumn * tileSize.x, tileRow * tileSize.y)
BottomRight: TopLeft + tileSize