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
SuZhouAvp
Commits
d1807a0a
Commit
d1807a0a
authored
Sep 08, 2025
by
p x
Browse files
刚刚集成高精地图
parent
83c86d2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/com/sd/cavphmi/ui/fragment/UnityFragment.kt
View file @
d1807a0a
...
...
@@ -41,7 +41,11 @@ class UnityFragment : Fragment(), IUnityPlayerLifecycleEvents {
override
fun
onDestroy
()
{
super
.
onDestroy
()
this
.
mUnityPlayer
.
destroy
()
try
{
this
.
mUnityPlayer
.
destroy
()
}
catch
(
e
:
Exception
){
}
}
override
fun
onCreateView
(
...
...
app/src/main/java/com/sd/cavphmi/utils/MyContants.kt
View file @
d1807a0a
...
...
@@ -17,7 +17,7 @@ object MyContants {
//仅仅用于测试接口联通性,这里可不传
// private val reType = "51world"
//跟踪车辆的ID skywell.1ggvlp16.car10 skywell.1ggvlp16.car8
//跟踪车辆的ID
267(模拟)
skywell.1ggvlp16.car10 skywell.1ggvlp16.car8
private
val
VEHICLEID
=
"skywell.1ggvlp16.car8"
var
WSHOST
=
"wss://itg-dev.cu-sc.com:19443/WSPLUSV5/socket?token=${WSTOKEN}&vehicleId=${VEHICLEID}&"
...
...
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