Map styling automatically matches your current theme and color mode
To use Google Maps, add your API key to .env:
NUXT_PUBLIC_GOOGLE_MAPS_KEY=your_api_key_here
Then use the components in your templates:
<GMapMap :center="center" :zoom="10"> <GMapMarker :position="center" /> </GMapMap>