0
votes
1answer
12 views

Finding place name from google Place search

I want to find the place name from lat and long.I am using google place api. How can I achieve this Now I can search for nearby with that lat and long using this ...
0
votes
1answer
23 views

Cant fetch data from NSURL

I am fetching result from google place search url,if i search for "Newyork", everything works fine.But if I give "New york" , the result json is different and I cant take it in NSData. This is the url ...
0
votes
0answers
37 views

Unable to send multiple types “|” through to Google Places API via iOS

Somehow, I am unable to send the following string over to Google Places API via iOS. NSString string= ...
0
votes
0answers
44 views

Objective-C + Parse Google Places API

I'm trying to understand some code for Google Places API. Currently the search gives 5 results, which is the max you can get with Google Places. In each search shows the entire address: 123 Main ...
1
vote
2answers
401 views

How to search for multiple types with Google Places API in an iOS app

I need to search for more than one type with the Google API for an iOS app. here's how I search for one type. In this example it's of type museum I'd like to search both museum and art_gallery. How ...
0
votes
1answer
212 views

Google places API “reference” key crashes iPhone app

I am somewhat new to objective c and have run into an interesting issue. I use JSON to get search results from google places api which works fine. Once the place is found I want to load a second ...
1
vote
1answer
697 views

How can I use Google Maps API to search both places and postcodes?

I've been using the Google Maps Places API to do search a map for the iPhone, like in the Maps app itself. I use a line like this: ...
1
vote
1answer
500 views

JSON library problems using both Facebook API and Google Places API in the same app

I'm encountering a problem with the JSON library using both Facebook API and Google Places API in the same app. I've tried them both independently and they work fine. The problem is though that I now ...
0
votes
1answer
122 views

Can't get data from Google Places

I am trying to get the google places API to work on my iPhone project. Now, I had it working about an hour ago, but I can't seem to figure out what I did to make it stop working. Any help would be ...
0
votes
0answers
194 views

Google place api maximum result 10?

Using Google Place API, I am getting restaurant list, the result per query is limited to 10. Then, how can we have the additional list with additional data? For example, when there is smaller ...
0
votes
1answer
376 views

Show hotels (and near by places) by appropriate icon on Map in iPhone App

I am using Google places API for getting places near by the predefined location. It works fine. I am supposed to show PushPins for each place. For now, I am using default red pushpins for each place. ...