fix: 合并代码

This commit is contained in:
2023-06-02 14:16:30 +08:00
14 changed files with 155 additions and 83 deletions

View File

@@ -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"/>

View File

@@ -800,6 +800,17 @@ public final class NIMapView extends RelativeLayout {
}
}
/**
* 设置logo显隐
*
* @param position 按钮位置
*/
public void setLogoVisable(int visable) {
if (logoImage != null) {
logoImage.setVisibility(visable);
}
}
/**
* 设置缩放按钮位置
*