为什么多边形无法填充颜色?

时间:2019-10-08 11:08:13

标签: android

添加具有填充颜色和描边的多边形。

map?.addPolygon(PolygonOptions()
                     .addAll(latLngList)
                     .fillColor(ContextCompat.getColor(this, R.color.colorAccent))
                     .strokeWidth(1f))

所有多边形均无法填充彩色图片-> https://i.stack.imgur.com/819j6.jpg

0 个答案:

没有答案