With android Geocoder I can find a shop such as Google Maps or I can only search street, monuments, airport, etc ?? I want to search shopping center with name…
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Search on the internet for examples for GeoCoding.
But this is what I suggest:
You can make a use of
Google Places API, which allows you to search location within some radius by specifying thetypewhich is what you are looking.http://code.google.com/apis/maps/documentation/places/#PlaceSearchRequests
All you have to do is to parse the output of the URL as it is specified, using
JSON(parse the latitude and longitude and the name of the building) orXML. and show the overlays on the map.http://code.google.com/apis/maps/documentation/places/supported_types.html
Here is the list of types you can search for.