Questions tagged [google-place-picker]

12 questions
2
votes
1 answer

Getting error in flutter google_maps_place_picker | isFromMockProvider() in Location has been deprecated

Not sure where I made mistake but I got an error while implementing google_maps_place_picker: any error: warnings found and -Werror…
1
vote
1 answer

How to Use autocompleteComponents in PlacePicker Package Flutter

I am Using the PlacePicker Package for Flutter , the package has a parameter called autocompleteComponents : A grouping of places to which you would like to restrict your results. Currently, you can use components to filter by up to 5…
1
vote
1 answer

Google Places Picker not working anymore, says: The Places API for iOS is not enabled. See the developer’s guide

I am getting the error: Error: The operation couldn’t be completed. The Places API for iOS is not enabled. See the developer's guide (https://developers.google.com/places/ios-api/start) for how to enable the Google Places API for iOS. Google…
0
votes
1 answer

Google Maps Place Picker package Error in Flutter

I am getting a huge list of error when I try to run the following code with google_maps_place_picker package in flutter. import 'package:flutter/material.dart'; // import 'package:google_maps/google_maps.dart'; import…
mustafa zaki
  • 367
  • 1
  • 6
  • 20
0
votes
1 answer

Google Place Picker needs three clicks to open

I am revisiting an old Android app to upgrade it as much as possible, and I have found the following issue. There is a button on a fragment that should open Google Place Picker. The issue is that Google Place Picker is showing and inmediatelly…
mvasco
  • 4,965
  • 7
  • 59
  • 120
0
votes
1 answer

Map is not showing in google_maps_place_picker

I'm trying to use google_maps_place_picker but the map is not shown just a white screen, and these are the first two lines of errors. MissingPluginException(No implementation found for method checkServiceStatus on…
Fadi
  • 21
  • 2
0
votes
1 answer

keyboard doesn't hide on back arrow click on Autocomplete(GooglePlacesPicker)

List fields = Arrays.asList(Place.Field.ID, Place.Field.LAT_LNG, Place.Field.ADDRESS, Place.Field.NAME); // Start the autocomplete intent. Intent intent = null; if (initialQuery != null && !initialQuery.isEmpty()) { …
0
votes
1 answer

android new autocomplete place sdk is unable to shown all locations

I implemented the new autocomplete place sdk in an Android app but it does not show most of places for Nigeria. For example, when I enter spar PH it should show the location SPAR PH, Forces Avenue, Port Harcourt, Nigeria in the suggestion but…
0
votes
1 answer

PlacePicker in Kotlin

I am following PlacePickerAPI The issue is to place picker opens and closes suddenly. I have found one of the answers on StackOverflow and also done as below : Enabled Places API in Google console. I have added API key in AndroidManifest file as…
0
votes
1 answer

How to implement google map place picker in android after it has been deprecated

i want to use google map place picker in my android app but the Place Picker is deprecated and is not included in the new Places SDK. Please tell me how to implement the latest SDK in my android app new LatLng(47.64299816,…
Fawad Khan
  • 103
  • 2
  • 12
0
votes
1 answer

Google Place API usage limitations and billing(2019)

After the deprecation of google place picker I have to custom made it.I have to use google places API. Let's say I have estimated hit of 1000/day for APIs like 1. Place Search 2. Place Autocomplete -provided by place picker package. The billing…
0
votes
1 answer

style/PlacesAutocompleteThemeOverlay not found in new Google Place picker

build.gradle dependencies { implementation 'com.google.android.gms:play-services-location:16.0.0' implementation 'com.google.android.gms:play-services-maps:16.1.0' implementation…
Maddy
  • 4,525
  • 4
  • 33
  • 53