Libgdx TiledMapRenderer

So I’m trying to get this whole level system down and I’m a bit confused. The tiledmaprenderer does most of the work for me, but I still need to set up my grid system and figure out my player movement… I know I can call each tile by using Cell but it doesn’t seem to work the way I need it to… My levels are 100x100…I want to be able to reference each tile by using the xy coordinates like 24,65, etc. But I also need the player to be positioned on those coordinates…the player is 24x32 (which I may change this anyway)

I’m having a hard time figuring out how to use the level coordinates with the player and having them in unison… If this makes sense…

I’ll elaborate more when I get off work, sorry if it doesn’t make sense… Just thinking about it during my downtime at work.