SPGooglePlacesAutocomplete
SPGooglePlacesAutocomplete copied to clipboard
An objective-c wrapper around the Google Places autocomplete API. Includes sample application emulating the "Maps" app.
Please see here: https://github.com/chenyuan/SPGooglePlacesAutocomplete/issues/13
On establishment searches (like Penn Station, New York) it was returning the country, and therefore the country's lat/lng rather than the places lat/lng (so on my Penn Station search I...
Due to some changes in the api, the place mark we get from [place resolveToPlacemark:^(CLPlacemark *placemark, NSString *addressString, NSError *error) block is different now, and there is lot of changes...
- Updating library to use new 'place_id' field, per Google's deprecation warning for 'id' and 'reference' in the documentation - Adding logic to rely off of existing lat/long information before...
I need to use google map? Auto search?
Hi, great job with the wrapper. Thanks for creating it. Implementing this on a mobile app requires the Google api key for browser apps, even if it is a mobile...
Is there any way to limit the place type so it only returns cities / municipalities? Thanks
Most of Cocoa developers today are using ARC, and it would be more friendly if this project has it. Added some other comodities like separating the source code from the...
Extended API: - API for explicitly fetching Google Place Details. This is useful when the user doesn't want to use / depend on Apple's Geocoder. - API to set the...
The query shouldn't check wether the latitude is -1 or not (latitudes can be negative).