inocan-group / vue3-google-map

A set of composable components for easy use of Google Maps in your Vue 3 projects.
https://vue3-google-map.com
MIT License
264 stars 50 forks source link

How To View Specific Country #181

Closed ra-heang closed 3 months ago

ra-heang commented 8 months ago

Example: ['France','United State',.....] Please, demo me. Thanks for more.

WalidBouhsin9 commented 5 months ago

use the :region="'country-code'" attribute like this:region="'fr'" Example : <GoogleMap id="map" :region="'ma'" api-key="your-api-key"> </GoogleMap>