Commit 40e6c5a304508d33e42e04cb5196e2ec5ae75713
1 parent
de7a67af
1 修改赛事详情页地图显示效果
Showing
1 changed file
with
1 additions
and
1 deletions
moudle_pedometer/src/main/java/com/cnlive/moudle/pedometer/frame/view/RunRaceDetailFragmentView.java
| ... | ... | @@ -150,7 +150,7 @@ public class RunRaceDetailFragmentView implements MvpView, SensorEventListener { |
| 150 | 150 | MyMapUtil.drawServerLineTrack(getContext(), baiduMap, resultPoints, SortType.asc, R.color.green_round, R.drawable.icon_start, R.drawable.icon_end); |
| 151 | 151 | // //自动计算地图缩放 |
| 152 | 152 | //设置地图自动缩放 |
| 153 | - initZoom = MyMapUtil.setMapAutoZoom(baiduMap, resultPoints, -1.5f); | |
| 153 | + initZoom = MyMapUtil.setMapAutoZoom(baiduMap, resultPoints, DEFAULT_MAP_AUTO_ZOOM); | |
| 154 | 154 | |
| 155 | 155 | } |
| 156 | 156 | } | ... | ... |