Specifies that the hotspot has a circular shape.
public static final int CIRCLE;
Coordinates are specified as "center x, center y, radius"; for example, the following coordinates create a circle with a center at x=12, y=19 and a radius of 7.
setCoords(new int[] {12, 19, 7})