views:

64

answers:

1

I want to search for GPS locations for with Google Maps. I have already registered with Google Maps API, and got the key. I can successfully pinpoint my current location on a map. The next part is to search for items around the current GPS location.

Approach 1: I tried using Android's geocoder.getFromLocationName("UPS",5) but I am not getting anything.

Approach 2: hit Google https://maps.googleapis.cm/maps/apo/place/search but it needs a client id. To get a client id I have to create a premier account. Do I have to do all this?

Any suggestion how to use maps to search location for Android?

A: 

"GPS" is the place you're looking up? Not a city or street name? I think that's the problem here.

Maybe look at: http://stackoverflow.com/questions/3574644/how-can-i-find-latitude-and-longitude-using-address/3574792#3574792

Mathias Lin
Its not GPS its UPS (United Postal Service) sorry abt that. I want to find UPS locations near my place.
rachana