Here, I would like to thank the technical support of buptwusuopu.
When calling the Baidu map API, the elliptical fill color is used to change the covering color. Can I find the method http://developer.baidu.com/map/reference/index.php in the library of Baidu API? Title = Class: % E8 % a6 % 86% E7 % 9B % 96% E7 % 89% A9 % E7 % B1 % BB/circle. Find the function required for filling, and then useCodeSegment
VaR circle1 = new bmap. Circle (New bmap. Point (117.058, 36.656), 2500, {Fillcolor: "blue "}); Add it.
About color: If you want to obtain some complex synthetic colors, go to http://www.w3school.com.cn/css/css_colors_legal.asp;to find some synthetic rules.
# Rrggbb. The RR (red), GG (green), and BB (blue) hexadecimal integers specify the color components. All values must be between 0 and ff.
For example, the # 0000ff value is displayed in blue because the blue component is set to the maximum value (ff), and the other components are set to 0.