Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
1k views

Google Places Deprecation on iOS

Currently on iOS we are using the URL directly like so: let parameters = @{ @"input": query, @"key": @"MY_API_KEY", @"language": "en", @"components": @"country:ca", }; let url =...
Brandon's user avatar
  • 23.3k
0 votes
0 answers
37 views

Obj-C - Google Places return both street number and name?

I've created a textfield that uses Google Places API to auto-complete the user's address as they type it in. That said, Google Places searches the street number as the user types, but as soon as they ...
Brittany's user avatar
  • 1,419
0 votes
1 answer
304 views

GMSPlacePickerViewController always return error - There is a per-IP or per-Referer restriction configured on your API key

hope everyone doing well. I'm developing an iOS application which needs to share location through google maps and display map static image in a screen corresponding to the selected location. I've done ...
S.Haris's user avatar
  • 19
5 votes
1 answer
1k views

iOS crash in release after update GoogleMaps and GooglePlaces pods

I have an objective-c app that uses GoogleMaps and GooglePlaces pods, version 2.7.0 until now. Due to recent deprecations Google is asking to upgrade to v3.0.0 for both. https://developers.google.com/...
Luca Corradi's user avatar
  • 2,111
2 votes
1 answer
328 views

Google Places iOS Autocomplete results space

I tried to use Googles Autocomplete API and I used this tutorial: https://developers.google.com/places/ios-sdk/autocomplete#add_a_search_bar_to_the_top_of_a_view My viewDidLoad method contains this: ...
just's user avatar
  • 1,980
0 votes
1 answer
267 views

Google Places for iOS version 3

Today Google released version 3 of its Places API for iOS. Upgrading my project and using the new findPlaceLikelihoodsFromCurrentLocationWithPlaceFieldsmethod I get the following error: "Pick Place ...
Peter's user avatar
  • 1,109
2 votes
2 answers
168 views

Error reason of OVER_QUERY_LIMIT for PlacesAPI

I am working with PlacesAPI in my project. It worked perfectly till 5 to 6 times of request. However, suddenly after some request posting I am getting error of receiving OVER_QUERY_LIMIT. I tried to ...
Anjali Kevadiya's user avatar
1 vote
0 answers
290 views

i want to display google place picker for restaurants using GMSPlacePickerViewController, below are the code i am trying from developers.google.com

i want to achieve above screenshot output in one of my app below is the sample code i am looking at in developers website. https://developers.google.com/places/ios-api/placepicker ...
Maheta Dhaval K's user avatar
0 votes
1 answer
470 views

GMSPlace error with Expected a Type

I am using MVAutocompletePlaceSearchTextField I am getting the above error when I implemented it at my Code. I don't even know where to debug. I have followed exactly the same implementation with the ...
Hanz Cheah's user avatar
1 vote
1 answer
129 views

UI Offset within GMSPlacePickerViewController

I have implemented a GMSPlacesClient and GMSPlacePickerViewController, and the setup functions fine. However, there appears to be a vertical offset within the UI that creates an aesthetic issue: in ...
Hersh Bhargava's user avatar
0 votes
1 answer
68 views

Google search places API getting only 2 places?

I used below code to search places and to get places list I used below api (https://maps.googleapis.com/maps/api/place/queryautocomplete/json?input=%@&key=My_Key). It's working fine, but it's ...
Naresh's user avatar
  • 17.6k
1 vote
0 answers
91 views

Remove or Hide "Select this location" from GMSPlacePickerViewController

How to remove "Select this location" in GMSPlacePickerViewController, integrated using Google Maps in iOS, Image For Reference
Ganesh Kumar's user avatar
2 votes
0 answers
110 views

Google Places AutoComplete SearchBar Bug

I have a problem with the bug about usage of Google API on the below picture. I don't know how it did happened. I implemented how google samples shows. Language is Objective-C and GooglePlaces is ...
flyingBear's user avatar
2 votes
1 answer
93 views

Google API Bug - Attribution Inconsistency

Fetching photo data for a place using Google Places API HTTP web service call URL, https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=<LOCATION>&radius=<RADIUS>&...
Will Von Ullrich's user avatar

15 30 50 per page
1
2 3 4 5
7