Click here to Skip to main content
15,889,651 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We are currently working a requirement where We need to get list of all nearby addresses (Residence) within a specific radius of a given address (residence) on map as well as in a grid so that user can export all of those addresses into database through web application. We need to build this using ASP.NET. Please let us know if there is any ready made API or any mapping software is available to achieve this. Appreciate your help in this regard.

What I have tried:

Get nearby addresses (residence addresses) of a given address using ASP.NET and any mapping software
Posted
Updated 29-Feb-16 4:55am
v2
Comments
Richard MacCutchan 29-Feb-16 4:14am    
You can only find addresses by using a service that provides them. Try a query to your local/district/national postal service to see what is available, or use Google for a more general search.

1 solution

That would be the responsibility of the mapping API you're using. There is no "standard API" that does this that works with all mapping software. You have to shop around to find a mapping API that does this as not all of them will.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900