[Fix]
修复debugview中的时间控件导致的crash 关闭了绘制终点的toast Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -89,9 +89,9 @@ public class RouteOverlayDrawer {
|
||||
markderOptions.latitude(lat).longitude(lon);
|
||||
//Log.d("lianglihui","addEndingMarker-"+lat+":"+lon);
|
||||
endMarker = MogoApisHandler.getInstance().getApis().getMapServiceApi().getMarkerManager(mContext).addMarker(markerType, markderOptions);
|
||||
if (DebugConfig.isDebug()){
|
||||
ToastUtils.showLong("绘制终点marker,"+lat+":"+lon);
|
||||
}
|
||||
// if (DebugConfig.isDebug()){
|
||||
// ToastUtils.showLong("绘制终点marker,"+lat+":"+lon);
|
||||
// }
|
||||
}
|
||||
|
||||
public void clearMogoRouteOverlay(){
|
||||
|
||||
Reference in New Issue
Block a user