opt
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user