public static enum MapViewLayoutParams.ELayoutMode extends java.lang.Enum<MapViewLayoutParams.ELayoutMode>
Enum Constant and Description |
---|
absoluteMode
指定子view 的屏幕坐标
|
mapMode
指定子View的经纬度坐标
|
Modifier and Type | Method and Description |
---|---|
static MapViewLayoutParams.ELayoutMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapViewLayoutParams.ELayoutMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapViewLayoutParams.ELayoutMode mapMode
public static final MapViewLayoutParams.ELayoutMode absoluteMode
public static MapViewLayoutParams.ELayoutMode[] values()
for (MapViewLayoutParams.ELayoutMode c : MapViewLayoutParams.ELayoutMode.values()) System.out.println(c);
public static MapViewLayoutParams.ELayoutMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null