watsonbox / ios_google_places_autocomplete

Google Places address entry for iOS (Swift)
MIT License
269 stars 72 forks source link

Potential Feature: Use Places Details API to get additional meta-data for a place #5

Closed h0h0h0 closed 9 years ago

h0h0h0 commented 9 years ago

Wanted to check in and see if you thought this was a worthy feature for this.

I would love to get the lat and long of the place as well as a few other points of Meta Data. However, the Places Autocomplete API does not provide that. I would make a call to the Places Details API for that.

Would you accept a pull request with that feature that lets you turn that "Details" data on and off?

watsonbox commented 9 years ago

Yep sounds good. I actually have some code which does a similar thing that I could add next week, but if you'd like to submit an implementation yourself please do. I think this extra behavior would need some unit tests too.

h0h0h0 commented 9 years ago

If you pass me your code or drop it Ina branch I could potentially contribute a unit test or two!

On Mar 19, 2015, at 6:04 PM, Howard Wilson notifications@github.com wrote:

Yep sounds good. I actually have some code which does a similar thing that I could add next week, but if you'd like to submit an implementation yourself please do. I think this extra behavior would need some unit tests too.

— Reply to this email directly or view it on GitHub.

watsonbox commented 9 years ago

Sure I'll take a look next week.