I am trying to find location of places with business names.
I think I should use Google Place API as CLGeocoder
cannot locate place with name.
So I looked at the Google Place API and got little confused about the part of location field.
I think I am supposed to enter location and radius and optionally name to search.
And I am not sure what location I should enter to find the place when I don't know the location. What I want is location searched from name.
Then, should I use CLGeocoder
to find out approximate location and give really huge radius with that location to Google Place API?
For example, If I want to find a certain hotel in LA, then, should I use CLGeocoder
to find out the approximate location and then feed that value to Google Place API?
Or is there any other options?
Thank you very much for your help