Question

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?

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top