Documentation suggests that if we were to use the Autocomplete with Google Maps, we can remove the "Powered by Google" logo at the bottom. Any idea how to go about doing?
The Place Autocomplete service is a web service that returns place predictions in response to an HTTP request. The request specifies a textual search string and optional geographic bounds.
Animesh Nandi's answer is a bit old. Actually, to remove the 'powered by Google' logo I had to use the following code:
.pac-container:after { /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */ background-image: none !important; height: 0px; }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With