Вопрос

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