| Package | Description |
|---|---|
| com.baidu.mapapi.map |
地图展示与操作相关方法,覆盖物相关方法
|
| Modifier and Type | Method and Description |
|---|---|
LogoPosition |
MapView.getLogoPosition()
获取Logo位置
|
LogoPosition |
TextureMapView.getLogoPosition()
获取Logo位置
|
static LogoPosition |
LogoPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogoPosition[] |
LogoPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BaiduMapOptions |
BaiduMapOptions.logoPosition(LogoPosition position)
设置Logo位置
|
void |
MapView.setLogoPosition(LogoPosition position)
设置Logo位置
|
void |
TextureMapView.setLogoPosition(LogoPosition position)
设置Logo位置
|