[map-sdk]自车缩小到90%

This commit is contained in:
wangyanjun
2023-12-15 16:30:57 +08:00
parent 3d884f38be
commit e60d0bfe38
2 changed files with 2 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ MOGO_LOCATION_VERSION=1.4.7.20
MOGO_TELEMATIC_VERSION=1.4.7.20
######## MogoAiCloudSDK Version ########
# 自研地图
MAP_SDK_VERSION=3.3.2.1
MAP_SDK_VERSION=3.3.2.2
MAP_SDK_DATA_VERSION=1.0.0.7
MAP_SDK_OPERATION_VERSION=1.1.4.1
# websocket

View File

@@ -220,6 +220,7 @@ class MyLocationStyle(
.setGps(true)
.position(LonLatPoint(lon, lat))
.marker3DIcon(resId, mMapController)
.scale(0.9f)
.displayAnimEnable(isDisplayAnim)
.zIndex(zIndex)
.title("self")