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.
Now, I want to show appropriate icon for each place, for eg;
for Hotels, Restaurants, etc….
On android, my colleague developers do the same thing, by using the Google API response.
In iPhone, I am not able to find any such help. Is there any way to do that on iPhone ???
This might not address your question. But, some work-around.
I have came across the similar problem.
I did categorized the data, and showed notations according to that, along with the condition.
Hope this code gives you some idea about how i did it.
Best of luck…