标签: google-maps
是否可以获得没有白色边界的Google静态地图?
https://maps.google.com/maps/api/staticmap?maptype=terrain&sensor=false&size=512x512&¢er=taiyuan&zoom=4&style=feature:all|element:labels|visibility:off
答案 0 :(得分:2)
为功能添加另一种样式:administrative | element:all:
http://maps.google.com/maps/api/staticmap?maptype=terrain&sensor=false&size=512x512&¢er=taiyuan&zoom=4&style=feature:all|element:labels|visibility:off&style=feature:administrative|element:all|visibility:off