Commit 801d79a9c2c69ee01e6c741df6e9486ae9726ce4

Authored by 杨帅
1 parent a398df98

1 修改打点图标效果

moudle_pedometer/src/main/java/com/cnlive/moudle/pedometer/utils/MyMapUtil.java
@@ -68,7 +68,7 @@ public class MyMapUtil { @@ -68,7 +68,7 @@ public class MyMapUtil {
68 return null; 68 return null;
69 } 69 }
70 try { 70 try {
71 - Bitmap pointBitmap = BitmapUtil.getBitmapFromDp(context, BitmapFactory.decodeResource(context.getResources(), startIconRes), 21, 21); 71 + Bitmap pointBitmap = BitmapUtil.getBitmapFromDp(context, BitmapFactory.decodeResource(context.getResources(), startIconRes), 25, 25);
72 OverlayOptions startOptions = null; 72 OverlayOptions startOptions = null;
73 if (pointBitmap != null) { 73 if (pointBitmap != null) {
74 startOptions = new MarkerOptions() 74 startOptions = new MarkerOptions()