Google Maps Shading of Australian Suburbs

不打扰是莪最后的温柔 提交于 2019-12-05 11:28:33

You might be able to use the Polygon class, but there are performance limits on how many polygons you can show at once. If you only show one metro area at a time, you might be okay.

More likely, you will want to create tiles. See https://developers.google.com/maps/documentation/javascript/overlays for documentation on tiles.

This is very powerful. You can see, for example, a web site I and a friend made which shows Australian 2006 census data by census tract by using tiles at: http://sunburntpeople.com/census/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!