public final class MarkerPlacementType
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static MarkerPlacementType |
InsidePolygon
Place inside the polygon.
|
static MarkerPlacementType |
PolygonCenter
Place inside the polygon at the center.
|
static MarkerPlacementType |
RandomlyInsidePolygon
Place randomly inside the polygon.
|
| Modifier and Type | Method and Description |
|---|---|
static MarkerPlacementType |
valueOf(java.lang.String name) |
static MarkerPlacementType[] |
values() |
public static final MarkerPlacementType InsidePolygon
public static final MarkerPlacementType PolygonCenter
public static final MarkerPlacementType RandomlyInsidePolygon
public static MarkerPlacementType[] values()
public static MarkerPlacementType valueOf(java.lang.String name)