Is there a way to get the current x/y/z value of Tiles

Like I want to zoom into a particular region and then back out the {Z}/{Y}/{X} to use for something else.

import holoviews as hv
hv.extension("bokeh")

tiles = hv.element.tiles.CartoDark()
tiles.extents  # this prints None
tiles