Using an iframe card with url taken from sensor state

i would like to add a map to lovelace with a dynamic URL which is taken from a sensor that is holding my coordinates. something like:

      - type: iframe
        url: sensor.mylocation
        aspect_ratio: 75%

is this possible to achieve in some way?

Did you ever get anywhere with this? I have the same scenario with a sensor created from template.

I have seen people who have set it up as a camera with the URL as the image but this doesn’t work for dynamic pages.