Team,
I am using the following url to retrieve the restaurants data in
geoapi:
http://api.geoapi.com/v1/q?q={"lat":37.77493,"lon":-122.419415,"radius":"1km","entity":[{"type":"business","view.listing":{"a:verticals":"restaurants","b:verticals":"pizza","*":null}}]}&apikey=demo&pretty=1
I want to search "church " around "lat":37.77493,"lon":-122.419415,
and within the radius:"1km"
For pizza search I have specified "business" in the type attribute and
"restaurants" for "a:verticals" then,
What should I need to specify for "Church" search ?
Also I need to search "bridges", "nightlife- bars", "arts". The
document is clear but all the examples are based on the restaurants.
Please help me.
Thanks in advance,
Kannan