Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
p x
MapMultiEngine
Commits
79461a4b
Commit
79461a4b
authored
Sep 08, 2025
by
p x
Browse files
修改包名
parent
8a4fd9a7
Changes
146
Hide whitespace changes
Inline
Side-by-side
maplibrary/src/main/java/overlay/TruckRouteColorfulOverLay.java
View file @
79461a4b
...
...
@@ -15,8 +15,8 @@ import com.amap.api.services.core.LatLonPoint;
import
com.amap.api.services.route.TMC
;
import
com.amap.api.services.route.TruckPath
;
import
com.amap.api.services.route.TruckStep
;
import
com.
sd.maplibrary
.R
;
import
com.sd.
m
ap
library
.utils.amp.AMapUtil
;
import
com.
msmap.api
.R
;
import
com.sd.ap
i
.utils.amp.AMapUtil
;
import
java.util.ArrayList
;
...
...
maplibrary/src/main/res/layout/activity_mine_nai_dir.xml
View file @
79461a4b
...
...
@@ -8,7 +8,7 @@
tools:context=
".ui.MineNaiDirActivity"
>
<com.sd.
m
ap
library
.ui.MapMultiView
<com.sd.ap
i
.ui.MapMultiView
android:id=
"@+id/mapMultiView"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
/>
...
...
maplibrary/src/main/res/layout/my_navi_view.xml
View file @
79461a4b
...
...
@@ -38,7 +38,7 @@
android:layout_height=
"wrap_content"
>
<com.sd.
m
ap
library
.ui.widget.MyTurnIconView
<com.sd.ap
i
.ui.widget.MyTurnIconView
android:id=
"@+id/turnIconView"
android:layout_width=
"@dimen/dp_55"
android:layout_height=
"@dimen/dp_55"
...
...
@@ -160,7 +160,7 @@
android:layout_below=
"@+id/RL_1"
android:layout_marginTop=
"2dp"
>
<com.sd.
m
ap
library
.ui.widget.TmcBar
<com.sd.ap
i
.ui.widget.TmcBar
android:id=
"@+id/tmcBar_view"
android:layout_width=
"match_parent"
android:layout_height=
"@dimen/dp_5"
...
...
@@ -175,7 +175,7 @@
android:layout_below=
"@+id/tmcBar_view"
android:background=
"#3385FE"
/>
<com.sd.
m
ap
library
.ui.widget.HorCarTmc
<com.sd.ap
i
.ui.widget.HorCarTmc
android:id=
"@+id/horCarTmc"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
...
...
@@ -190,7 +190,7 @@
android:layout_below=
"@+id/RL_2"
android:background=
"@drawable/rect_land_10"
>
<!-- 车道线 -->
<com.sd.
m
ap
library
.ui.widget.MyLaneView
<com.sd.ap
i
.ui.widget.MyLaneView
android:id=
"@+id/naviLandBand"
android:layout_width=
"wrap_content"
android:layout_height=
"match_parent"
...
...
ap
p
/src/test/java/com/sd/
m
ap
multiengine
/ExampleUnitTest.kt
→
m
ap
library
/src/test/java/com/sd/ap
i
/ExampleUnitTest.kt
View file @
79461a4b
package
com.sd.
m
ap
multiengine
package
com.sd.ap
i
import
org.junit.Test
...
...
minenavi/build.gradle.kts
View file @
79461a4b
...
...
@@ -35,9 +35,9 @@ android {
dependencies
{
api
(
fileTree
(
mapOf
(
"dir"
to
"libs"
,
"include"
to
listOf
(
"*.jar"
,
"*.aar"
))))
implementation
(
libs
.
androidx
.
core
.
ktx
)
implementation
(
libs
.
androidx
.
appcompat
)
implementation
(
libs
.
material
)
//
implementation(libs.androidx.core.ktx)
//
implementation(libs.androidx.appcompat)
//
implementation(libs.material)
testImplementation
(
libs
.
junit
)
androidTestImplementation
(
libs
.
androidx
.
junit
)
androidTestImplementation
(
libs
.
androidx
.
espresso
.
core
)
...
...
minenavi/libs/unityLibrary-release.aar
0 → 100644
View file @
79461a4b
File added
Prev
1
…
4
5
6
7
8
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment