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
283 stars 57 forks source link

Search box #16

Closed norbert-bedo closed 3 years ago

norbert-bedo commented 3 years ago

Hello, I am new in VueJs and I would like to ask that I can use the search box for the maps? And if yes, how can I use it? Thanks

HusamElbashir commented 3 years ago

Hey @bvnn,

If you're referring to the places autocomplete API then unfortunately we don't have a component that implements it currently.

norbert-bedo commented 3 years ago

And How can I use the API? I checked that: https://vue3-google-map.netlify.app/advanced-usage/ But I can't access the api.

HusamElbashir commented 3 years ago

Can you share an example or a reproduction link?

baradhili commented 3 years ago

@HusamIbrahim could this be marked as a feature request?

HusamElbashir commented 3 years ago

@baradhili we have a backlog of bugs we need to work through first. I also think it might be better for search functionality to be implemented on the user side for better control of look and feel. Happy to be convinced otherwise though.

yankeeinlondon commented 3 years ago

@bvnn Sorry i'm reading this and not understanding what the issue is. What is it in the API that you can't access? What is the search functionality you are referring to? Can you provide a link to Google where this is documented?

VitAndrGuid commented 3 years ago

I think what he wants can be easily achieved with a custom control plus a input and his own integration with the places or routing api

yankeeinlondon commented 3 years ago

@baradhili based on the suggested work-around I am going to close this issue but if you feel it should be solved a different way and want to provide a PR for this we are happy to review that.