Surface

优质
小牛编辑
133浏览
2023-12-01


The surface including Country and Ocean. The
default color scheme is 0xffffff. The color scheme can be set through configure()
as shown in the example below:

controller.configure({
        color: {
                surface:0xff0000
        }
});

Or it can be changed dynamically using setSurfaceColor().