Questions tagged [google-places-autocomplete]

The Web Location Prediction service is a tool that generates predictions of locations in response to an HTTP request. By inputting a search query and, if desired, geographic boundaries, users can leverage this service for auto-completing text-based searches for places like businesses, addresses, and attractions in real-time.

The functionality of OnPress for React Native Google Places Autocomplete is hindered by its surrounding parent components

I'm currently implementing the react-native-google-places-autocomplete library in my React Native application. However, I've encountered an issue when trying to select an address from the suggested list provided by Google. Whenever I click on a suggested a ...

Ways to stop Google Places API from generating outcomes from a particular country

After carefully reviewing the entire documentation at https://developers.google.com/maps/documentation/javascript/reference/places-service#LocationRestriction, I am still unable to find a solution to my problem. I have successfully limited Google autocomp ...

Enhance MUI Google Maps Autocomplete by incorporating additional parameters

Hello everyone, I'm currently diving into the world of React and have recently embarked on using the Google Maps Autocomplete API by following the MUI example. One thing I can't seem to figure out is how to configure the autocomplete feature to o ...

Display Pictures in MUI Autocomplete List

I am currently working with the MUI Autocomplete component for implementing Google Places autocomplete. I have a requirement to include an image labeled "powered by google" at the end of the list, which should not be selectable. I am aware that individual ...

I am looking to narrow down the Google Places autocomplete suggestions specifically for India within Next Js

In my current project developed with Next.js, I am utilizing the react-places-autocomplete package to enhance user experience. One specific requirement I have is to filter out location suggestions for India only, excluding all other countries. Despite att ...

Discovering the latitude and longitude coordinates of an address through react-google-places-autocomplete

I'm currently integrating the react-google-places-autocomplete package into my project and I require the latitude and longitude from an address. Despite following their documentation, I keep encountering the error message: "This API project is not aut ...