Getting addresses from all results in a Google Maps query in Android? -


i'm working on android application i'm performing search on businesses in radius around city, , i'm looking way addresses of businesses @ each pin application can work them. can perform search , display on map using mapviews, can't figure out way access list of results. when use http approach output=csv or xml, returns address / geopoint of city centered search around.

does know of set of methods or different approach can use addresses of returned businesses query in android application? thanks.

this not via maps api, don't know that, there geocoder class in android sdk can use addresses geopoints viceversa

geocoder

a class handling geocoding , reverse geocoding. geocoding process of transforming street address or other description of location (latitude, longitude) coordinate. reverse geocoding process of transforming (latitude, longitude) coordinate (partial) address. amount of detail in reverse geocoded location description may vary, example 1 might contain full street address of closest building, while might contain city name , postal code. geocoder class requires backend service not included in core android framework. geocoder query methods return empty list if there no backend service in platform.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -