The next attempt was the standard Maps URL:

window.open(`https://maps.google.com/maps?daddr=${lat},${lng}`, '_blank');

Enter fullscreen mode

Exit fullscreen mode

This opens Maps, but in the browser — not the app. And it shows the route preview, not turn-by-turn navigation.