I am trying to use Neighborhood boundaries data(shape files) provide by Zillow. files available at - http://www.zillow.com/howto/api/neighborhood-boundaries.htm

I am able to read the provided .dbf files but it just have information about state, county, city, name, and region ID.

can some one please guide me to get latitude longitudes or polygon information from this .dbf files or even from shape files. also how to read the provided shape files?

有帮助吗?

解决方案

Use the GetRegionChildren API to get the Lat/Long and other details corresponding to a regionId.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top