Using Google Places Web Service in an Android app -


all of android apis google place searches return predictions, , these not accurate or complete place search web service. though predictions deliver desired place, i've bumped scenarios don't. want use android api primary search tool, offer user search button delivers more complete results (like returned web service).

i've validated have working web api-key url: https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=47.725977,-122.047113&keyword=home%20depot&rankby=distance&key=my-key

in test app, called exact url using httpurlconnection, , use app-specific api key validate can use googleapiclient to location information (lattitude , longitude). here's screen shot of result:

enter image description here

i've been unable call google place web service app, regardless of keys provide (including unrestricted key). google doesn't seem want use web services app, though there couple of stackoverflow questions imply it's possible.

my questions (1) technically feasible call google places ws app, , (2) if not, there alternative in android api i'm overlooking achieve detailed search results need?


Comments

Popular posts from this blog

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -

php - Autoloader issue not returning Class -