Commit 044c435b authored by fengruiyu's avatar fengruiyu

修改 地图样式问题

parent b2358b00
......@@ -280,9 +280,9 @@ class GoogleMapFragment() : BaseFragment<ActivityGoogleMapBinding, HomeViewModel
var mutualBean=MutualBean()
when(type){
1->mutualBean.type="hybrid"
2->mutualBean.type="roadmap"
3->mutualBean.type="satellite"
4->mutualBean.type="terrain"
2->mutualBean.type="satellite"
3->mutualBean.type="terrain"
4->mutualBean.type="roadmap"
}
binding.webview.callHandler("changeMapType"
,Gson().toJson(mutualBean) ) {
......
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