[6.7.0] ui change

This commit is contained in:
EmArrow
2024-09-24 10:21:00 +08:00
parent 6a2fc097fd
commit 75acdffb99
3 changed files with 5 additions and 3 deletions

View File

@@ -120,7 +120,7 @@ class RoadCrossCameraManager : IMoGoMapRoadListener {
Point.Options.Builder(TAG, Level.MAP_MARKER)
.setId(cameraDeviceInfo.deviceIp)
.anchor(0.5f, 1f)
.scale(1.3f)
.scale(2f)
.set3DMode(true)
.isUseGps(true)
.controlAngle(false)