fix: 合并代码
This commit is contained in:
@@ -1743,7 +1743,7 @@
|
||||
<m v="2">
|
||||
<m k="markColor">
|
||||
<m v="0|1">
|
||||
<line stroke="#ffffff" use="boundaryType" dasharray="3,3"/>
|
||||
<line stroke="#ffffff" use="boundaryType" dasharray="3,13"/>
|
||||
</m>
|
||||
<m v="2">
|
||||
<line stroke="#eccc68" use="boundaryType" dasharray="3,3"/>
|
||||
|
||||
@@ -800,6 +800,17 @@ public final class NIMapView extends RelativeLayout {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置logo显隐
|
||||
*
|
||||
* @param position 按钮位置
|
||||
*/
|
||||
public void setLogoVisable(int visable) {
|
||||
if (logoImage != null) {
|
||||
logoImage.setVisibility(visable);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置缩放按钮位置
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user