Select to view content in your preferred language

return all addresses within an X mile/km radius of an address

2121
2
06-23-2011 06:25 AM
TonyRopson
Emerging Contributor
hi,
we are attempting to get data back from arcGIS  that will take a site address and the a mile/km radius and  return all the addresses within that radius.   Is there some sample code (or something close) that we can look at to show how this is done?
Thanks
0 Kudos
2 Replies
dotMorten_esri
Esri Notable Contributor
See this sample:
http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#BufferQuery
Instead of querying parcels data, you would query an address data table instead.
0 Kudos
TonyRopson
Emerging Contributor
nice that looks like what I need thanks
0 Kudos