07-26-2011 03:14 AM
I would like to get a group of addresses close to a position. I use Locator.reverseGeocode, which return me Landmark[ ], but this array has always only one element, so I just get one position and I would like to get a few of them. How can I accomplish this?
Solved! Go to Solution.
07-26-2011 06:14 AM
07-26-2011 10:34 PM
07-27-2011 12:25 AM
Hi there,
One quick suggestion (which you may have already done) would be to write a loop that slightly changes the coordinates on every pass and re-computes the reverse geocode for the new coordinates.
Also, please note that the net.rim.device.api.lbs.locator class has been deprecated in the 7.0 API and replaced with the net.rim.device.api.lbs.maps.server.Geocoder and ReverseGeocoder classes.
Hope this helps.
Cheers,
netsport