|
@ -73,8 +73,9 @@ export default { |
|
|
new plus.maps.Point(116.400558,39.923282), |
|
|
new plus.maps.Point(116.400558,39.923282), |
|
|
new plus.maps.Point(116.395502,39.923082), |
|
|
new plus.maps.Point(116.395502,39.923082), |
|
|
]) |
|
|
]) |
|
|
polygon.setLineWidth(0) |
|
|
polygon.setLineWidth(2) |
|
|
polygon.setFillColor("#ff0000") |
|
|
polygon.setStorkeColor("#10C176") |
|
|
|
|
|
polygon.setFillColor("#10C176") |
|
|
polygon.setFillOpacity(0.3) |
|
|
polygon.setFillOpacity(0.3) |
|
|
maps.addOverlay(polygon) |
|
|
maps.addOverlay(polygon) |
|
|
/* #endif */ |
|
|
/* #endif */ |
|
|