|
|
@ -834,10 +834,11 @@ public class RoutePlanMapActivity extends Activity implements LocationSource, AM
|
|
834
|
834
|
routeOverLay.setStartPointBitmap(drawableToBitamp(getResources().getDrawable(R.drawable.icon_newstarr)));
|
|
835
|
835
|
routeOverLay.setEndPointBitmap(drawableToBitamp(getResources().getDrawable(R.drawable.icon_newstopr)));
|
|
836
|
836
|
routeOverLay.setWayPointBitmap(drawableToBitamp(getResources().getDrawable(R.drawable.icon_zhanwei)));
|
|
|
837
|
routeOverLay.setTrafficLightsVisible(false);
|
|
837
|
838
|
routeOverLay.addToMap();
|
|
838
|
|
routeOverLay.setTrafficLine(true);
|
|
839
|
839
|
routeOverlays.put(routeIds[i], routeOverLay);
|
|
840
|
840
|
routeOverLay.getAMapNaviPath().getSteps();
|
|
|
841
|
|
|
841
|
842
|
routePlanInfo.setNo(routeOverlays.get(routeIds[i]).getAMapNaviPath().getStrategy() + "");
|
|
842
|
843
|
routePlanInfo.setTime(routeOverlays.get(routeIds[i]).getAMapNaviPath().getAllTime() + "");
|
|
843
|
844
|
routePlanInfo.setDistance(routeOverlays.get(routeIds[i]).getAMapNaviPath().getAllLength() + "");
|
|
|
@ -2100,6 +2101,7 @@ public class RoutePlanMapActivity extends Activity implements LocationSource, AM
|
|
2100
|
2101
|
routeOverLay.setStartPointBitmap(drawableToBitamp(getResources().getDrawable(R.drawable.icon_route_start)));
|
|
2101
|
2102
|
routeOverLay.setEndPointBitmap(drawableToBitamp(getResources().getDrawable(R.drawable.icon_route_end)));
|
|
2102
|
2103
|
routeOverLay.setWayPointBitmap(drawableToBitamp(getResources().getDrawable(R.drawable.icon_zhanwei)));
|
|
|
2104
|
routeOverLay.setTrafficLightsVisible(false);
|
|
2103
|
2105
|
routeOverLay.addToMap();
|
|
2104
|
2106
|
routeOverlays.put(routeIds[i], routeOverLay);
|
|
2105
|
2107
|
}
|
|
|
@ -2166,6 +2168,7 @@ public class RoutePlanMapActivity extends Activity implements LocationSource, AM
|
|
2166
|
2168
|
routeOverLay.setStartPointBitmap(drawableToBitamp(getResources().getDrawable(R.drawable.icon_route_start)));
|
|
2167
|
2169
|
routeOverLay.setEndPointBitmap(drawableToBitamp(getResources().getDrawable(R.drawable.icon_route_end)));
|
|
2168
|
2170
|
routeOverLay.setWayPointBitmap(drawableToBitamp(getResources().getDrawable(R.drawable.icon_zhanwei)));
|
|
|
2171
|
routeOverLay.setTrafficLightsVisible(false);
|
|
2169
|
2172
|
routeOverLay.addToMap();
|
|
2170
|
2173
|
routeOverlays.put(routeIds[i], routeOverLay);
|
|
2171
|
2174
|
}
|
|
|
@ -2225,6 +2228,7 @@ public class RoutePlanMapActivity extends Activity implements LocationSource, AM
|
|
2225
|
2228
|
routeOverLay.setStartPointBitmap(drawableToBitamp(getResources().getDrawable(R.drawable.icon_newstarr)));
|
|
2226
|
2229
|
routeOverLay.setEndPointBitmap(drawableToBitamp(getResources().getDrawable(R.drawable.icon_newstopr)));
|
|
2227
|
2230
|
routeOverLay.setWayPointBitmap(drawableToBitamp(getResources().getDrawable(R.drawable.icon_zhanwei)));
|
|
|
2231
|
routeOverLay.setTrafficLightsVisible(false);
|
|
2228
|
2232
|
routeOverLay.addToMap();
|
|
2229
|
2233
|
routeOverlays.put(routeIds[i], routeOverLay);
|
|
2230
|
2234
|
}
|
|
|
@ -2322,6 +2326,7 @@ public class RoutePlanMapActivity extends Activity implements LocationSource, AM
|
|
2322
|
2326
|
routeOverLay.setStartPointBitmap(drawableToBitamp(getResources().getDrawable(R.drawable.icon_newstarr)));
|
|
2323
|
2327
|
routeOverLay.setEndPointBitmap(drawableToBitamp(getResources().getDrawable(R.drawable.icon_newstopr)));
|
|
2324
|
2328
|
routeOverLay.setWayPointBitmap(drawableToBitamp(getResources().getDrawable(R.drawable.icon_zhanwei)));
|
|
|
2329
|
routeOverLay.setTrafficLightsVisible(false);
|
|
2325
|
2330
|
routeOverLay.addToMap();
|
|
2326
|
2331
|
routeOverlays.put(routeIds[i], routeOverLay);
|
|
2327
|
2332
|
}
|
|
|
@ -3229,6 +3234,7 @@ public class RoutePlanMapActivity extends Activity implements LocationSource, AM
|
|
3229
|
3234
|
routeOverLay.setStartPointBitmap(drawableToBitamp(getResources().getDrawable(R.drawable.icon_newstarr)));
|
|
3230
|
3235
|
routeOverLay.setEndPointBitmap(drawableToBitamp(getResources().getDrawable(R.drawable.icon_newstopr)));
|
|
3231
|
3236
|
routeOverLay.setWayPointBitmap(drawableToBitamp(getResources().getDrawable(R.drawable.icon_zhanwei)));
|
|
|
3237
|
routeOverLay.setTrafficLightsVisible(false);
|
|
3232
|
3238
|
routeOverLay.addToMap();
|
|
3233
|
3239
|
routeOverlays.put(routeIds[i], routeOverLay);
|
|
3234
|
3240
|
}
|