Commit d1807a0a authored by p x's avatar p x
Browse files

刚刚集成高精地图

parent 83c86d2f
......@@ -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(
......
......@@ -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}&"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment