[6.7.0][自车放大] 优化代码逻辑
This commit is contained in:
@@ -31,7 +31,7 @@ class MoGoAutoView: MapAutoView {
|
||||
|
||||
override fun addSelfCar(markerOptions: MarkerOptions): Marker? {
|
||||
Logger.d(TAG, "addSelfCar-> ${HdMapBuildConfig.currentCarVrIconRes}")
|
||||
if (HdMapBuildConfig.currentCarVrIconRes == T2.resId) {
|
||||
if (HdMapBuildConfig.currentCarVrIconRes == T2.rawValue) {
|
||||
markerOptions.scale = 1.05f
|
||||
}
|
||||
return controller.addSelfCar(markerOptions)
|
||||
|
||||
Reference in New Issue
Block a user