Select to view content in your preferred language

Zipcode Locator - i was trying to locate all zipcodes for given zipcode for a radius of 50 mile. Can anyone help me with that ?

638
3
11-15-2016 03:51 PM
veerendravundavalli
New Contributor

Can Anybody help me with the code for getting All zipcodes for a given one in a radius of 50miles . im new using Arcgis for the Visual-studio(c#)

Thanks.

0 Kudos
3 Replies
RickeyFight
MVP Regular Contributor

Do you want this for a webapp? 

If so look here: 

Near Me widget—Web AppBuilder for ArcGIS | ArcGIS 

0 Kudos
veerendravundavalli
New Contributor

Hello Ricky ,Thanks

Not Webapp . I want The json -Dataset of Zipcodes for my application which i am building in c#. 

Thanks

0 Kudos
JeffJacobson
Occasional Contributor III

If you just want ZIP code "boundaries" as JSON, it looks like you can get those here: GitHub - jgoodall/us-maps: GeoJSON and TopoJSON map files. (Technically, ZIP codes aren't actually defined as polygons.)

0 Kudos