How to retrieve the current Index of a TiledMap

Using LibGDX how can I retrieve the current Index (x, y) of the Map that something is placed in? I thought I would be able to get the width/height of the map, then multiply these by the resolution, then do some calculations of the players position in game-space to return it, but… Apparently not.