This commit is contained in:
lixiaopeng
2020-01-19 15:06:45 +08:00
parent 426c9ec4b6
commit ce8744a3a7

View File

@@ -847,7 +847,7 @@ public class TanluCardViewFragment extends MvpFragment<IView, Presenter<IView>>
/**
* 接收到分享对应数据打点
*
* @param event TODO
* @param event
*/
@Subscribe(threadMode = ThreadMode.MAIN)
public void onMarkerInfo(final MarkerInfo event) {
@@ -1083,7 +1083,7 @@ public class TanluCardViewFragment extends MvpFragment<IView, Presenter<IView>>
} else if (trafficType.equals("car_checking")) { //查车
multiMarkerIcon = BitmapFactory.decodeResource(getResources(), R.drawable.tanlu_marker_traffic_check);
} else if (trafficType.equals("0")) {
multiMarkerIcon = BitmapFactory.decodeResource(getResources(), R.drawable.tanlu_marker_traffic_check);
multiMarkerIcon = BitmapFactory.decodeResource(getResources(), R.drawable.tanlu_marker_block_up);
} else if (trafficType.equals("traffic_control")) {
multiMarkerIcon = BitmapFactory.decodeResource(getResources(), R.drawable.tanlu_marker_road_closure);
}
@@ -1238,10 +1238,10 @@ public class TanluCardViewFragment extends MvpFragment<IView, Presenter<IView>>
Double inputlon = 0.0;//经度
Double inputlat = 0.0; //维度
Double datalon = 0.0; //经度
Double datalat = 0.0; //维度
Double datalon = 0.0; //经度
Double datalat = 0.0; //维度
//上报语音搜索 TODO
//上报语音搜索
private void trackVoiceSearch(int type) {
Map<String, Object> properties = new HashMap<>();
properties.put("type", type);