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 implement search ? #185

Closed cavid90 closed 7 months ago

cavid90 commented 7 months ago

I want to implement search feature. So, when user writes address inside a field it finds it and drags marker to that location. Is that possible ?

cavid90 commented 7 months ago

I implemented it. It is easy. You need to send request to this link: https://maps.googleapis.com/maps/api/geocode/json?address=ADRESS_YOU_NEED&key=YOUR_API_KEY Then you will get results if the address exists. From those results you can get coordinates of that address and use them

Снимок экрана 2023-11-30 в 02 39 08