| Package | Description |
|---|---|
| com.baidu.mapapi.map |
地图展示与操作相关方法,覆盖物相关方法
|
| Modifier and Type | Method and Description |
|---|---|
static MapViewLayoutParams.ELayoutMode |
MapViewLayoutParams.ELayoutMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapViewLayoutParams.ELayoutMode[] |
MapViewLayoutParams.ELayoutMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MapViewLayoutParams.Builder |
MapViewLayoutParams.Builder.layoutMode(MapViewLayoutParams.ELayoutMode mode)
指定 MapViewLayoutParams 的方式:屏幕坐标或者地图经纬度坐标
|