python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
TypeError: undefined is not an object (evaluating 'stateText.length')
I am using react-native-google-places-autocomplete for a filter menu on a project. While I am inputting text into the <GooglePlacesAutocomplete/> object I want to track the text input with a sta...
Edward Silva
Votes: 0
Answers: 0
Alternatives for Places API Autocomplete for Expo React Native
I am developing an app on with react native, expo, and firebase, and I need to use an api to autocomplete locations when a user types them, but the places API is incredibly expensive. I wanted to know...
CSStudent123456
Votes: 0
Answers: 2
flutter_google_places just loading & not show the result
I try using flutter_google_places: ^0.3.0 to autocomplete google search location, but the output just only loading not showing the location result.
here my code,
maps-example.dart
import 'package:flut...
Mr-T
Votes: 0
Answers: 2
Restrict search results in google places api by particular area or state in a country, react native (Javascript)
I am using Google Places API in my react native app and I want to filter or restrict search results.
I want to restrict the search results to the Mumbai region or a particular state (only Kerala). How...
Pratap Penmetsa
Votes: 0
Answers: 1