ios - Google Places API Not returning events that currently show in Google Now? -
does google events info not come google places api "events" in returned results? getting results , have them plotted map view. have log statement can through of results. seeing of locations, 1 in particular shows no events although in google looking @ event location. if can give me insight great. if helpful, "events" absent returned results. url i'm using:
nsstring *url = [nsstring stringwithformat:@"https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=%f,%f&radius=5000&types=%@&sensor=true&num=100&key=%@", latitude, longitude, googletype, kgoogle_api_key];
i parsing key "results" array , logging results array
the results beingness returned perfectly, no events.
ios json google-places-api
No comments:
Post a Comment