Make Zip code boundaries in Google Map API

后端 未结 3 1643
别跟我提以往
别跟我提以往 2021-01-31 06:16

I have seen all the responses to a similar question, however, they are all either old, or no one has answered them.

I have been given the task to obtain zip codes and di

3条回答
  •  醉酒成梦
    2021-01-31 06:35

    You need to become familiar with GeoJSON formatted FeatureCollections. You can render them on any set of map tiles with OpenLayers (or probably Google API as well)

    This may seem pretty hard, but is totally approachable.

    You can purchase GeoJSON files for groups of Zipcodes if you search around.

提交回复
热议问题