Open google maps or Apple maps from link or button

Hello, I’m having this issue with F7 Svelte I’ve got a link to a google maps

<Button large outline color="white" href="https://www.google.com/maps/search/?api=1&query=Mute+Mar+del+Plata" class="external"><i class="fa-solid fa-location-arrow"/> &nbsp; Como Llegar</Button>

but it opens the URL on the browser, I need to open google maps, as it happens when I click the same link on a non F7 raw HTML page.