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().