标签: google-maps google-maps-api-3
我正在尝试更改Google静态地图API中的道路笔画颜色。据我记忆,我曾经这样做过:
https://maps.googleapis.com/maps/api/staticmap?center=34.021254,%20-118.285296&zoom=15&size=640x640&scale=2&maptype=roadmap&style=feature%3aroad%7celement%3ageometry.stroke%7ccolor%3a0x000000
上述查询必须将所有道路的行程更改为黑色。但它只适用于高速公路。 API中有什么变化,或者我错过了什么?